Building a 64-bit target with a 32-bit host works again.
* most-positive-fixnum -> sb!xc:most-positive-fixnum in
!DEFINE-BYTE-BASHERS
(let* ((bytes-per-word (/ n-word-bits bitsize))
(byte-offset `(integer 0 (,bytes-per-word)))
(byte-count `(integer 1 (,bytes-per-word)))
- (max-bytes (ash most-positive-fixnum
+ (max-bytes (ash sb!xc:most-positive-fixnum
;; FIXME: this reflects code contained in the
;; original bit-bash.lisp, but seems very
;; nonsensical. Why shouldn't we be able to
;;; 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".)
-"0.8.21.7"
+"0.8.21.8"