Changeset 5044
- Timestamp:
- Aug 28, 2006, 3:52:42 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/macros.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/macros.lisp
r5025 r5044 1244 1244 1245 1245 (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))) 1247 1247 1248 1248 (defmacro %izerop (x) `(eq ,x 0))
Note:
See TracChangeset
for help on using the changeset viewer.
