Changeset 8042
- Timestamp:
- Jan 10, 2008, 1:30:11 AM (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
r7953 r8042 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 #xFF5 0) ;Fasl block format.895 (defparameter FASL-VERSION #xFF51) ;Fasl block format. 896 896 897 897 (defvar *fasdump-hash*) -
branches/working-0711/ccl/xdump/faslenv.lisp
r7748 r8042 59 59 (defconstant $fasl-file-id #xff00) 60 60 (defconstant $fasl-file-id1 #xff01) 61 (defconstant $fasl-vers #x5 0)62 (defconstant $fasl-min-vers #x5 0)61 (defconstant $fasl-vers #x51) 62 (defconstant $fasl-min-vers #x51) 63 63 (defconstant $faslend #xff) 64 64 (defconstant $fasl-buf-len 2048)
Note:
See TracChangeset
for help on using the changeset viewer.
