Fix mismatched #if/#endif in Win64 configuration.
Jan Dubois [Sun, 7 Sep 2008 13:23:19 +0000 (06:23 -0700)]
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <002c01c91127$9149a810$b3dcf830$@com>

p4raw-id: //depot/perl@34309

win32/config_H.vc64

index 279390f..10e40de 100644 (file)
  *     defined if the system supports long doubles.
  */
 #define HAS_LONG_DOUBLE                /**/
+#ifdef HAS_LONG_DOUBLE
 #define LONG_DOUBLESIZE 10             /**/
 #endif