Changeset 13358
- Timestamp:
- Jan 4, 2010, 2:12:18 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/nfcomp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/nfcomp.lisp
r13279 r13358 905 905 (let ((defenv (definition-environment env))) 906 906 (when defenv 907 (when (non-nil-symbolp (sd-name sd)) 907 (when (and (non-nil-symbolp (sd-name sd)) 908 (not (sd-type sd))) 908 909 (note-type-info (sd-name sd) 'class env) 909 910 (push (make-instance 'compile-time-class :name (sd-name sd))
Note:
See TracChangeset
for help on using the changeset viewer.
