Changeset 435
- Timestamp:
- Jan 30, 2004, 3:49:27 PM (21 years ago)
- Location:
- trunk/ccl
- Files:
-
- 2 edited
-
lib/nfcomp.lisp (modified) (1 diff)
-
xdump/faslenv.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/nfcomp.lisp
r339 r435 873 873 ;These should be constants, but it's too much trouble when need to change 'em. 874 874 (defparameter FASL-FILE-ID #xFF00) ;Overall file format, shouldn't change much 875 (defparameter FASL-VERSION #xFF3 b) ;Fasl block format.875 (defparameter FASL-VERSION #xFF3c) ;Fasl block format. 876 876 877 877 (defvar *fasdump-hash*) -
trunk/ccl/xdump/faslenv.lisp
r52 r435 59 59 (defconstant $fasl-file-id #xff00) 60 60 (defconstant $fasl-file-id1 #xff01) 61 (defconstant $fasl-vers #x3 b)62 (defconstant $fasl-min-vers #x3 b)61 (defconstant $fasl-vers #x3c) 62 (defconstant $fasl-min-vers #x3c) 63 63 (defconstant $faslend #xff) 64 64 (defconstant $fasl-buf-len 2048)
Note:
See TracChangeset
for help on using the changeset viewer.
