aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-os.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-11 18:29:51 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-11 18:29:51 +0000
commit2fe793e09e8508311fa2bfda4870edc288fa0495 (patch)
tree439a677eb154b7e106f67fea5280a84c1d2e8b61 /src/interp/sys-os.boot
parentb49429b5235b927f5861d92e610c8cdc6294eee7 (diff)
downloadopen-axiom-2fe793e09e8508311fa2bfda4870edc288fa0495.tar.gz
Fix SF/2749682
* interp/sys-os.boot ($NaNvalue): Fix typo. * testsuite/interpreter/sf-2749682.input: New.
Diffstat (limited to 'src/interp/sys-os.boot')
-rw-r--r--src/interp/sys-os.boot2
1 files changed, 1 insertions, 1 deletions
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