(character-stack non-descriptor-stack) ; non-descriptor characters.
(sap-stack non-descriptor-stack) ; System area pointers.
(single-stack non-descriptor-stack) ; single-floats
- (double-stack non-descriptor-stack :element-size 2) ; double floats.
+ (double-stack non-descriptor-stack
+ :element-size 2 :alignment 2) ; double floats.
;; complex-single-floats
(complex-single-stack non-descriptor-stack :element-size 2)
;; complex-double-floats.
;;; 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.23.28"
+"1.0.23.29"