[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
[PATCH] Fix mismatched #if/#endif in Win64 configuration.
The #if/#endif pairs in win32/config_H.vc64 doen't match up.
I believe that one line got deleted accidentally in change 33350;
the attached patch adds it back.
The change needs to be integrated into 5.10.x too, but not (so far)
into 5.8.x.
Cheers,
-Jan
--- win32/config_H.vc64.orig 2008-07-09 07:05:54.000000000 -0700
+++ win32/config_H.vc64 2008-09-07 13:18:35.791515200 -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.
- Follow-Ups from:
-
"Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]