Changeset 14869
- Timestamp:
- Jul 8, 2011, 2:46:23 PM (13 years ago)
- Location:
- trunk/source
- Files:
-
- 2 edited
-
lib/nfcomp.lisp (modified) (1 diff)
-
lisp-kernel/image.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/nfcomp.lisp
r14718 r14869 1197 1197 ;These should be constants, but it's too much trouble when need to change 'em. 1198 1198 (defparameter FASL-FILE-ID #xFF00) ;Overall file format, shouldn't change much 1199 (defparameter FASL-VERSION #xFF5 e) ;Fasl block format. ($fasl-vers)1199 (defparameter FASL-VERSION #xFF5f) ;Fasl block format. ($fasl-vers) 1200 1200 1201 1201 (defvar *fasdump-hash*) -
trunk/source/lisp-kernel/image.h
r14867 r14869 91 91 92 92 93 #define ABI_VERSION_MIN 103 693 #define ABI_VERSION_MIN 1037 94 94 #define ABI_VERSION_CURRENT 1037 95 95 #define ABI_VERSION_MAX 1037
Note:
See TracChangeset
for help on using the changeset viewer.
