Index: /trunk/ccl/lisp-kernel/lisptypes.h
===================================================================
--- /trunk/ccl/lisp-kernel/lisptypes.h	(revision 5111)
+++ /trunk/ccl/lisp-kernel/lisptypes.h	(revision 5112)
@@ -99,5 +99,5 @@
 typedef uint32_t lisp_char_code;
 #else
-typedef uint8_t lisp_char_code;
+typedef unsigned char lisp_char_code;
 #endif
 
