1.0.8.38: Add missing quote sign.
authorThiemo Seufer <ths@networkno.de>
Sun, 19 Aug 2007 23:59:46 +0000 (23:59 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 19 Aug 2007 23:59:46 +0000 (23:59 +0000)
tests/float.pure.lisp
version.lisp-expr

index a2b2c35..b179f60 100644 (file)
 
 
 (with-test (:name :nan-comparisons
-            :fails-on (or :x86-64 :sparc :mips))
+            :fails-on '(or :x86-64 :sparc :mips))
   (sb-int:with-float-traps-masked (:invalid)
     (macrolet ((test (form)
                  (let ((nform (subst '(/ 0.0 0.0) 'nan form)))
index 32c7ef9..92600e0 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".)
-"1.0.8.37"
+"1.0.8.38"