From: Thiemo Seufer Date: Sun, 19 Aug 2007 23:59:46 +0000 (+0000) Subject: 1.0.8.38: Add missing quote sign. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=dd56f278be887a99552a847164386dddcaf4df46;p=sbcl.git 1.0.8.38: Add missing quote sign. --- diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index a2b2c35..b179f60 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -159,7 +159,7 @@ (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))) diff --git a/version.lisp-expr b/version.lisp-expr index 32c7ef9..92600e0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"