Change LONG_DOUBLESIZE macros to match config (ref change 34823)
authorGisle Aas <gisle@activestate.com>
Mon, 17 Nov 2008 22:56:42 +0000 (22:56 +0000)
committerGisle Aas <gisle@activestate.com>
Mon, 17 Nov 2008 22:56:42 +0000 (22:56 +0000)
p4raw-id: //depot/perl@34877

win32/config_H.gc
win32/config_H.vc
win32/config_H.vc64

index 6cd5538..d4ffbc6 100644 (file)
 #   ifndef _MSC_VER
 #      define LONG_DOUBLESIZE 12               /**/
 #   else
-#      define LONG_DOUBLESIZE 10               /**/
+#      define LONG_DOUBLESIZE                /**/
 #   endif
 #endif
 
index e43dcaf..e2b13e5 100644 (file)
 #define HAS_LONG_DOUBLE                /**/
 #ifdef HAS_LONG_DOUBLE
 #   ifndef __GNUC__
-#      define LONG_DOUBLESIZE 10               /**/
+#      define LONG_DOUBLESIZE                /**/
 #   else
 #      define LONG_DOUBLESIZE 12               /**/
 #   endif
index ac0f79e..24e245e 100644 (file)
  */
 #define HAS_LONG_DOUBLE                /**/
 #ifdef HAS_LONG_DOUBLE
-#define LONG_DOUBLESIZE 10             /**/
+#define LONG_DOUBLESIZE              /**/
 #endif
 
 /* HAS_LONG_LONG: