From 2fe793e09e8508311fa2bfda4870edc288fa0495 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 11 Apr 2009 18:29:51 +0000 Subject: Fix SF/2749682 * interp/sys-os.boot ($NaNvalue): Fix typo. * testsuite/interpreter/sf-2749682.input: New. --- src/interp/sys-os.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp') diff --git a/src/interp/sys-os.boot b/src/interp/sys-os.boot index f844fba7..c4f45e66 100644 --- a/src/interp/sys-os.boot +++ b/src/interp/sys-os.boot @@ -207,7 +207,7 @@ import NANQ: () -> double for NaNQ $plusInfinity := plusInfinity() $minusInfinity := minusInfinity() -$NaNValue := NaNQ() +$NaNvalue := NaNQ() )elseif %hasFeature KEYWORD::SBCL $plusInfinity == SB_-EXT::DOUBLE_-FLOAT_-POSITIVE_-INFINITY -- cgit v1.2.3