summaryrefslogtreecommitdiff
path: root/win32/config_H.vc
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-09-17 14:08:47 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-09-17 14:08:47 +0100
commita231c375ccd5dd4ecbc8d5eed207feb86679d7fa (patch)
tree4049f5daf1038d176d2881afa5bd5bb657c0b846 /win32/config_H.vc
parent9a713db778de755169dbb9e4c32865eb2932ad0b (diff)
downloadperl-a231c375ccd5dd4ecbc8d5eed207feb86679d7fa.tar.gz
Define PERL_PRI[efg]ldbl and PERL_SCNfldbl in Win32 canned config files
Without PERL_PRIgldbl, the gcc build on Win32 is completely broken, stopping at sv.c in the miniperl build since 61cd60c6c5 added a use of PERL_PRIgldbl in its new FV_GF.
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r--win32/config_H.vc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index ba61fe86f5..05518e1636 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -4494,10 +4494,10 @@
* This symbol, if defined, contains the string used by stdio to
* format long doubles (format 'f') for input.
*/
-/*#define PERL_PRIfldbl "f" / **/
-/*#define PERL_PRIgldbl "g" / **/
-/*#define PERL_PRIeldbl "e" / **/
-/*#define PERL_SCNfldbl "f" / **/
+#define PERL_PRIfldbl "f" /**/
+#define PERL_PRIgldbl "g" /**/
+#define PERL_PRIeldbl "e" /**/
+#define PERL_SCNfldbl "f" /**/
/* NEED_VA_COPY:
* This symbol, if defined, indicates that the system stores