Changeset 5044


Ignore:
Timestamp:
Aug 28, 2006, 3:52:42 AM (18 years ago)
Author:
Gary Byers
Message:

%CHAR-CODE: for how long has limit not been 216 ? For how long will limit be
2
8 ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lib/macros.lisp

    r5025 r5044  
    12441244
    12451245(defmacro %char-code (c) `(char-code (the character ,c)))
    1246 (defmacro %code-char (i) `(code-char (the (unsigned-byte 16) ,i)))
     1246(defmacro %code-char (i) `(code-char (the (mod ,char-code-limit) ,i)))
    12471247
    12481248(defmacro %izerop (x) `(eq ,x 0))
Note: See TracChangeset for help on using the changeset viewer.