Gerd Moellmann <[EMAIL PROTECTED]> writes: > "Paul F. Dietz" <[EMAIL PROTECTED]> writes: > >> It also works under SBCL. > > Well, it works in SBCL in the same way as in CMUCL if one compiles a > function containing the test code. > > Setting SB-C::*CHECK-CONSISTENCY* to true, one can see that it has > the same problem (0.7.12 at least).
This was fixed by Alexey for x86 and by me for other architectures in the sbcl-0.7.13.x development series. Cheers, Christophe -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)
