Change 34339 by [EMAIL PROTECTED] on 2008/09/11 09:11:57
Integrate:
[ 34309]
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/maint-5.10/perl/win32/config_H.vc64#6 integrate
Differences ...
==== //depot/maint-5.10/perl/win32/config_H.vc64#6 (text) ====
Index: perl/win32/config_H.vc64
--- perl/win32/config_H.vc64#5~33892~ 2008-05-20 16:03:07.000000000 -0700
+++ perl/win32/config_H.vc64 2008-09-11 02:11:57.000000000 -0700
@@ -1748,6 +1748,7 @@
* defined if the system supports long doubles.
*/
#define HAS_LONG_DOUBLE /**/
+#ifdef HAS_LONG_DOUBLE
#define LONG_DOUBLESIZE 10 /**/
#endif
End of Patch.