From: Jan Dubois Date: Sun, 7 Sep 2008 13:23:19 +0000 (-0700) Subject: Fix mismatched #if/#endif in Win64 configuration. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5625ef69b645a2ef31d454433f1d69f8d40af74f;p=p5sagit%2Fp5-mst-13.2.git Fix mismatched #if/#endif in Win64 configuration. From: "Jan Dubois" Message-ID: <002c01c91127$9149a810$b3dcf830$@com> p4raw-id: //depot/perl@34309 --- diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 279390f..10e40de 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -1782,6 +1782,7 @@ * defined if the system supports long doubles. */ #define HAS_LONG_DOUBLE /**/ +#ifdef HAS_LONG_DOUBLE #define LONG_DOUBLESIZE 10 /**/ #endif