Changeset 10528
- Timestamp:
- 08/22/08 10:07:04 (3 months ago)
- Files:
-
- branches/working-0711/ccl/lib/nfcomp.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/working-0711/ccl/lib/nfcomp.lisp
r10194 r10528 1057 1057 ;These should be constants, but it's too much trouble when need to change 'em. 1058 1058 (defparameter FASL-FILE-ID #xFF00) ;Overall file format, shouldn't change much 1059 (defparameter FASL-VERSION #xFF5 3) ;Fasl block format.1059 (defparameter FASL-VERSION #xFF56) ;Fasl block format. 1060 1060 1061 1061 (defvar *fasdump-hash*)
