From f03a9d388af16900bace7cd0767491dfc4c14ae0 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 28 Jan 2015 20:38:04 -0500 Subject: [PATCH] Wrong ifdef guard. --- perl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl.h b/perl.h index 9fa001c..7353dd9 100644 --- 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 */ /* -- 1.8.3.1