In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/627510b11d7a4925a6f435aafb8429aac5174e9d?hp=e1812838584f1ccec086cb1385d37f694942a1f2>

- Log -----------------------------------------------------------------
commit 627510b11d7a4925a6f435aafb8429aac5174e9d
Author: Jarkko Hietaniemi <[email protected]>
Date:   Tue Feb 3 07:42:10 2015 -0500

    infnan: fixup for 02e75e52
-----------------------------------------------------------------------

Summary of changes:
 perl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl.h b/perl.h
index ea6e991..6e5d6d2 100644
--- 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
 
 /*

--
Perl5 Master Repository

Reply via email to