-
- Downloads
The second argument to BIGNUM-ASHIFT-RIGHT is an UNSIGNED-BYTE, not an
INTEGER. This fixes a bug in ASH: (ash (1+ most-positive-fixnum) (1- (- most-positive-fixnum))) produces an error. Noted by Christopher Rhodes on #lisp.
Loading
Please register or sign in to comment