Index: /trunk/ccl/lisp-kernel/lisptypes.h
===================================================================
--- /trunk/ccl/lisp-kernel/lisptypes.h	(revision 5121)
+++ /trunk/ccl/lisp-kernel/lisptypes.h	(revision 5122)
@@ -97,7 +97,7 @@
 
 #ifdef CHAR_SIZE_32
-typedef uint32_t lisp_char_code;
+typedef u32_t lisp_char_code;
 #else
-typedef unsigned char lisp_char_code;
+typedef u8_t lisp_char_code;
 #endif
 
