Changeset 12669
- Timestamp:
- Aug 24, 2009, 6:21:12 PM (15 years ago)
- Location:
- branches/area-code-renumber
- Files:
-
- 3 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/faslenv.lisp (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/area-code-renumber/lisp-kernel/image.h
r12605 r12669 91 91 92 92 #define ABI_VERSION_MIN 1032 93 #define ABI_VERSION_CURRENT 103 294 #define ABI_VERSION_MAX 103 293 #define ABI_VERSION_CURRENT 1033 94 #define ABI_VERSION_MAX 1033 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
branches/area-code-renumber/xdump/faslenv.lisp
r12607 r12669 43 43 (defconstant $fasl-file-id #xff00) 44 44 (defconstant $fasl-file-id1 #xff01) 45 (defconstant $fasl-vers #x5 a)45 (defconstant $fasl-vers #x5b) 46 46 (defconstant $fasl-min-vers #x5a) 47 47 (defconstant $faslend #xff) -
branches/area-code-renumber/xdump/heap-image.lisp
r12604 r12669 97 97 98 98 99 (defparameter *image-abi-version* 103 2)99 (defparameter *image-abi-version* 1033) 100 100 101 101 (defun write-image-file (pathname image-base spaces &optional (abi-version *image-abi-version*))
Note:
See TracChangeset
for help on using the changeset viewer.
