This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
infnan: fixup for 02e75e52
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 3 Feb 2015 12:42:10 +0000 (07:42 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 3 Feb 2015 12:43:04 +0000 (07:43 -0500)
perl.h

diff --git a/perl.h b/perl.h
index ea6e991..6e5d6d2 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -6497,7 +6497,7 @@ extern void moncontrol(int);
 #ifdef NV_IMPLICIT_BIT
 #  define NV_MANT_REAL_DIG (NV_MANT_DIG - 1)
 #else
-#  define NV_MANT_REAL_DIG
+#  define NV_MANT_REAL_DIG (NV_MANT_DIG)
 #endif
 
 /*