This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Wrong ifdef guard.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 Jan 2015 01:38:04 +0000 (20:38 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 2 Feb 2015 22:02:51 +0000 (17:02 -0500)
perl.h

diff --git a/perl.h b/perl.h
index 9fa001c..7353dd9 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -6425,7 +6425,7 @@ extern void moncontrol(int);
 #  define DOUBLE_BIG_ENDIAN
 #endif
 
-#ifdef HAS_LONG_DOUBLEKIND
+#ifdef LONG_DOUBLEKIND
 
 #  if LONG_DOUBLEKIND == LONG_DOUBLE_IS_IEEE_754_128_BIT_LITTLE_ENDIAN || \
       LONG_DOUBLEKIND == LONG_DOUBLE_IS_X86_80_BIT_LITTLE_ENDIAN || \
@@ -6449,7 +6449,7 @@ extern void moncontrol(int);
 #    define LONGDOUBLE_DOUBLEDOUBLE
 #  endif
 
-#endif /* HAS_LONG_DOUBLE */
+#endif /* LONG_DOUBLEKIND */
 
 /*