Changeset 5930
- Timestamp:
- Feb 13, 2007, 10:36:08 PM (18 years ago)
- Location:
- trunk/ccl
- Files:
-
- 2 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lisp-kernel/image.h
r5664 r5930 90 90 91 91 92 #define ABI_VERSION_MIN 101 393 #define ABI_VERSION_CURRENT 101 394 #define ABI_VERSION_MAX 101 392 #define ABI_VERSION_MIN 1014 93 #define ABI_VERSION_CURRENT 1014 94 #define ABI_VERSION_MAX 1014 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
trunk/ccl/xdump/heap-image.lisp
r5664 r5930 97 97 98 98 99 (defparameter *image-abi-version* 101 3)99 (defparameter *image-abi-version* 1014) 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.
