- Timestamp:
- Nov 26, 2007, 4:21:50 AM (17 years ago)
- Location:
- branches/working-0711/ccl
- Files:
-
- 2 edited
-
lisp-kernel/image.h (modified) (1 diff)
-
xdump/heap-image.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lisp-kernel/image.h
r6508 r7759 90 90 91 91 92 #define ABI_VERSION_MIN 101 793 #define ABI_VERSION_CURRENT 101 794 #define ABI_VERSION_MAX 101 792 #define ABI_VERSION_MIN 1018 93 #define ABI_VERSION_CURRENT 1018 94 #define ABI_VERSION_MAX 1018 95 95 96 96 #define NUM_IMAGE_SECTIONS 4 /* used to be 3 */ -
branches/working-0711/ccl/xdump/heap-image.lisp
r6532 r7759 97 97 98 98 99 (defparameter *image-abi-version* 101 7)99 (defparameter *image-abi-version* 1018) 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.
