Changeset 6244
- Timestamp:
- Apr 8, 2007, 1:27:53 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
r5987 r6244 90 90 91 91 92 #define ABI_VERSION_MIN 101 493 #define ABI_VERSION_CURRENT 101 594 #define ABI_VERSION_MAX 101 592 #define ABI_VERSION_MIN 1016 93 #define ABI_VERSION_CURRENT 1016 94 #define ABI_VERSION_MAX 1016 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
trunk/ccl/xdump/heap-image.lisp
r5990 r6244 97 97 98 98 99 (defparameter *image-abi-version* 101 5)99 (defparameter *image-abi-version* 1016) 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.
