From dd56f278be887a99552a847164386dddcaf4df46 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 19 Aug 2007 23:59:46 +0000 Subject: [PATCH] 1.0.8.38: Add missing quote sign. --- tests/float.pure.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4