Changeset 14227
- Timestamp:
- Aug 30, 2010, 9:07:36 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r14119 r14227 1327 1327 1328 1328 1329 1330 1329 (defmacro %char-code (c) `(char-code (the character ,c))) 1331 (defmacro %code-char (i) `(code-char (the (mod 256) ,i)))1330 (defmacro %code-char (i) `(code-char (the (mod #.char-code-limit) ,i))) 1332 1331 1333 1332 (defmacro %izerop (x) `(eq ,x 0))
Note:
See TracChangeset
for help on using the changeset viewer.
