Changeset 304


Ignore:
Timestamp:
Jan 15, 2004, 12:34:25 AM (21 years ago)
Author:
Gary Byers
Message:

Remove a stale comment. Might consider a less-hairy typespec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/optimizers.lisp

    r97 r304  
    172172                     (nx-form-typep thing
    173173                                     '(or fixnum
    174                                        character symbol ;redundant but subtypep
    175                                        ; doesn't know that...
     174                                       character symbol
    176175                                       (and (not number) (not macptr))) env))))
    177176  (or (fixnump thing) (and (not (numberp thing)) (not (macptrp thing)))))
Note: See TracChangeset for help on using the changeset viewer.