Changeset 304
- Timestamp:
- Jan 15, 2004, 12:34:25 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/optimizers.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/optimizers.lisp
r97 r304 172 172 (nx-form-typep thing 173 173 '(or fixnum 174 character symbol ;redundant but subtypep 175 ; doesn't know that... 174 character symbol 176 175 (and (not number) (not macptr))) env)))) 177 176 (or (fixnump thing) (and (not (numberp thing)) (not (macptrp thing)))))
Note:
See TracChangeset
for help on using the changeset viewer.
