Changeset 5122
- Timestamp:
- Sep 5, 2006, 4:15:27 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lisp-kernel/lisptypes.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/lisptypes.h
r5112 r5122 97 97 98 98 #ifdef CHAR_SIZE_32 99 typedef u int32_t lisp_char_code;99 typedef u32_t lisp_char_code; 100 100 #else 101 typedef u nsigned charlisp_char_code;101 typedef u8_t lisp_char_code; 102 102 #endif 103 103
Note:
See TracChangeset
for help on using the changeset viewer.
