0.9.5.10:
authorThiemo Seufer <ths@networkno.de>
Thu, 29 Sep 2005 06:36:16 +0000 (06:36 +0000)
committerThiemo Seufer <ths@networkno.de>
Thu, 29 Sep 2005 06:36:16 +0000 (06:36 +0000)
Enable consing tests also for mips.

tests/dynamic-extent.impure.lisp
version.lisp-expr

index 0b1b6f6..8a26b58 100644 (file)
       (funcall thunk))
     (assert (< (- (get-bytes-consed) before) times))))
 
-#+(or x86 x86-64 alpha ppc sparc)
+#+(or x86 x86-64 alpha ppc sparc mips)
 (progn
   (assert-no-consing (dxclosure 42))
   (assert-no-consing (dxlength 1 2 3))
index 3d5e8b1..02ab1e7 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.9.5.9"
+"0.9.5.10"