Changeset 6207
- Timestamp:
- Apr 7, 2007, 9:38:26 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/nfcomp.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/nfcomp.lisp
r5992 r6207 900 900 (defvar *make-load-form-hash*) 901 901 902 ; Return a hash table containing subexp's which are referenced more than once.902 ;;;Return a hash table containing subexp's which are referenced more than once. 903 903 (defun fasl-scan (forms) 904 904 (let* ((*fasdump-hash* (make-hash-table :size (length forms) ; Crude estimate … … 986 986 (ash 1 x8664::fulltag-immheader-2)))) 987 987 (case type-code 988 ((#.target::subtag-macptr #.target::subtag-dead-macptr) ( fasl-unknown exp))988 ((#.target::subtag-macptr #.target::subtag-dead-macptr) (unless (%null-ptr-p exp) (fasl-unknown exp))) 989 989 (t (fasl-scan-ref exp))) 990 990 (case type-code
Note:
See TracChangeset
for help on using the changeset viewer.
