Change 34309 by [EMAIL PROTECTED] on 2008/09/07 21:14:49

        Subject: [PATCH] Fix mismatched #if/#endif in Win64 configuration.
        From: "Jan Dubois" <[EMAIL PROTECTED]>
        Date: Sun, 7 Sep 2008 13:23:19 -0700
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/win32/config_H.vc64#60 edit

Differences ...

==== //depot/perl/win32/config_H.vc64#60 (text) ====
Index: perl/win32/config_H.vc64
--- perl/win32/config_H.vc64#59~34115~  2008-07-09 07:02:30.000000000 -0700
+++ perl/win32/config_H.vc64    2008-09-07 14:14:49.000000000 -0700
@@ -1782,6 +1782,7 @@
  *     defined if the system supports long doubles.
  */
 #define HAS_LONG_DOUBLE                /**/
+#ifdef HAS_LONG_DOUBLE
 #define LONG_DOUBLESIZE 10             /**/
 #endif
 
End of Patch.

Reply via email to