* sb-aclrepl: Display single-floats in IEEE-756 format for 64-bit
platforms for consistency with 32-bit platforms.
;; on 64-bit platform, single-floats are not boxed
(description-maybe-internals "single-float ~W" (list object)
"[#x~8,'0X]"
- (sb-kernel:get-lisp-obj-address object)))))
+ (ash (sb-kernel:get-lisp-obj-address object) -32)))))
(defmethod inspected-description ((object fixnum))
(description-maybe-internals
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.13.25"
+"1.0.13.26"