summaryrefslogtreecommitdiff
path: root/win32/config_H.vc64
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2008-09-07 06:23:19 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-09-07 21:14:49 +0000
commit5625ef69b645a2ef31d454433f1d69f8d40af74f (patch)
treeea8b79ac12744feabb58381d2f7784de358b1b7b /win32/config_H.vc64
parent0b9c91f651a247fa1bec23abbfedd60e61cd4a74 (diff)
downloadperl-5625ef69b645a2ef31d454433f1d69f8d40af74f.tar.gz
Fix mismatched #if/#endif in Win64 configuration.
From: "Jan Dubois" <jand@activestate.com> Message-ID: <002c01c91127$9149a810$b3dcf830$@com> p4raw-id: //depot/perl@34309
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r--win32/config_H.vc641
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64
index 279390f009..10e40dea52 100644
--- a/win32/config_H.vc64
+++ b/win32/config_H.vc64
@@ -1782,6 +1782,7 @@
* defined if the system supports long doubles.
*/
#define HAS_LONG_DOUBLE /**/
+#ifdef HAS_LONG_DOUBLE
#define LONG_DOUBLESIZE 10 /**/
#endif