Changeset 7745
- Timestamp:
- Nov 24, 2007, 7:33:55 PM (17 years ago)
- Location:
- branches/working-0711/ccl
- Files:
-
- 2 edited
-
lib/nfcomp.lisp (modified) (1 diff)
-
xdump/faslenv.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/nfcomp.lisp
r7736 r7745 893 893 ;These should be constants, but it's too much trouble when need to change 'em. 894 894 (defparameter FASL-FILE-ID #xFF00) ;Overall file format, shouldn't change much 895 (defparameter FASL-VERSION #xFF 4e) ;Fasl block format.895 (defparameter FASL-VERSION #xFF50) ;Fasl block format. 896 896 897 897 (defvar *fasdump-hash*) -
branches/working-0711/ccl/xdump/faslenv.lisp
r6532 r7745 59 59 (defconstant $fasl-file-id #xff00) 60 60 (defconstant $fasl-file-id1 #xff01) 61 (defconstant $fasl-vers #x 4e)61 (defconstant $fasl-vers #x50) 62 62 (defconstant $fasl-min-vers #x4e) 63 63 (defconstant $faslend #xff)
Note:
See TracChangeset
for help on using the changeset viewer.
