Changeset 5122


Ignore:
Timestamp:
Sep 5, 2006, 4:15:27 AM (18 years ago)
Author:
Gary Byers
Message:

Try using "u8_t" and "u32_t" for lisp_char_code; this may be more portable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/lisptypes.h

    r5112 r5122  
    9797
    9898#ifdef CHAR_SIZE_32
    99 typedef uint32_t lisp_char_code;
     99typedef u32_t lisp_char_code;
    100100#else
    101 typedef unsigned char lisp_char_code;
     101typedef u8_t lisp_char_code;
    102102#endif
    103103
Note: See TracChangeset for help on using the changeset viewer.