Change 34877 by [EMAIL PROTECTED] on 2008/11/17 22:56:42

        Change LONG_DOUBLESIZE macros to match config (ref change 34823)

Affected files ...

... //depot/perl/win32/config_H.gc#177 edit
... //depot/perl/win32/config_H.vc#180 edit
... //depot/perl/win32/config_H.vc64#63 edit

Differences ...

==== //depot/perl/win32/config_H.gc#177 (text+w) ====
Index: perl/win32/config_H.gc
--- perl/win32/config_H.gc#176~34470~   2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config_H.gc      2008-11-17 14:56:42.000000000 -0800
@@ -1804,7 +1804,7 @@
 #   ifndef _MSC_VER
 #      define LONG_DOUBLESIZE 12               /**/
 #   else
-#      define LONG_DOUBLESIZE 10               /**/
+#      define LONG_DOUBLESIZE 8                /**/
 #   endif
 #endif
 

==== //depot/perl/win32/config_H.vc#180 (text+w) ====
Index: perl/win32/config_H.vc
--- perl/win32/config_H.vc#179~34470~   2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config_H.vc      2008-11-17 14:56:42.000000000 -0800
@@ -1798,7 +1798,7 @@
 #define HAS_LONG_DOUBLE                /**/
 #ifdef HAS_LONG_DOUBLE
 #   ifndef __GNUC__
-#      define LONG_DOUBLESIZE 10               /**/
+#      define LONG_DOUBLESIZE 8                /**/
 #   else
 #      define LONG_DOUBLESIZE 12               /**/
 #   endif

==== //depot/perl/win32/config_H.vc64#63 (text) ====
Index: perl/win32/config_H.vc64
--- perl/win32/config_H.vc64#62~34470~  2008-10-07 05:18:11.000000000 -0700
+++ perl/win32/config_H.vc64    2008-11-17 14:56:42.000000000 -0800
@@ -1785,7 +1785,7 @@
  */
 #define HAS_LONG_DOUBLE                /**/
 #ifdef HAS_LONG_DOUBLE
-#define LONG_DOUBLESIZE 10             /**/
+#define LONG_DOUBLESIZE 8              /**/
 #endif
 
 /* HAS_LONG_LONG:
End of Patch.

Reply via email to