Changeset 12605
- Timestamp:
- Aug 17, 2009, 8:06:04 AM (11 years ago)
- Location:
- trunk/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/nfcomp.lisp
r12463 r12605 1115 1115 ;These should be constants, but it's too much trouble when need to change 'em. 1116 1116 (defparameter FASL-FILE-ID #xFF00) ;Overall file format, shouldn't change much 1117 (defparameter FASL-VERSION #xFF5 7) ;Fasl block format. ($fasl-vers)1117 (defparameter FASL-VERSION #xFF5a) ;Fasl block format. ($fasl-vers) 1118 1118 1119 1119 (defvar *fasdump-hash*) -
trunk/source/lisp-kernel/image.h
r12604 r12605 90 90 91 91 92 #define ABI_VERSION_MIN 10 2992 #define ABI_VERSION_MIN 1032 93 93 #define ABI_VERSION_CURRENT 1032 94 94 #define ABI_VERSION_MAX 1032
Note: See TracChangeset
for help on using the changeset viewer.