- Timestamp:
- May 20, 2007, 9:03:35 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/hemlock/src/charmacs.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/hemlock/src/charmacs.lisp
r6 r6577 35 35 table functions may have.") 36 36 37 38 ;;; This has the effect of treating all characters with code > 255 39 ;;; as if they were #\u+00ff. Not quite right, but better than 40 ;;; flying off the end. 37 41 (defmacro syntax-char-code (char) 38 `( char-code ,char))42 `(min (char-code ,char) 255)) 39 43 40 44
Note:
See TracChangeset
for help on using the changeset viewer.
