From 1f2a00f8931f6601879c3e6279ea8d6dac81ca08 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 15 Oct 2017 10:52:55 +0300 Subject: [PATCH] Fix a copy-paste error in d_double_has_nan description --- U/perl/longdblfio.U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U/perl/longdblfio.U b/U/perl/longdblfio.U index 75ce231..81da432 100644 --- a/U/perl/longdblfio.U +++ b/U/perl/longdblfio.U @@ -105,7 +105,7 @@ ?S: which indicates that the double type has an infinity. ?S:. ?S:d_double_has_nan: -?S: This variable conditionally defines the symbol DOUBLE_HAS_INF +?S: This variable conditionally defines the symbol DOUBLE_HAS_NAN ?S: which indicates that the double type has a not-a-number. ?S:. ?S:d_double_has_negative_zero: -- 1.8.3.1