diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-17 14:08:47 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-17 14:08:47 +0100 |
commit | a231c375ccd5dd4ecbc8d5eed207feb86679d7fa (patch) | |
tree | 4049f5daf1038d176d2881afa5bd5bb657c0b846 /win32/config.vc | |
parent | 9a713db778de755169dbb9e4c32865eb2932ad0b (diff) | |
download | perl-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.vc')
-rw-r--r-- | win32/config.vc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config.vc b/win32/config.vc index 0c0d82997d..a84bf68b43 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -82,14 +82,14 @@ d_PRIFUldbl='undef' d_PRIGUldbl='undef' d_PRIXU64='undef' d_PRId64='undef' -d_PRIeldbl='undef' -d_PRIfldbl='undef' -d_PRIgldbl='undef' +d_PRIeldbl='define' +d_PRIfldbl='define' +d_PRIgldbl='define' d_PRIi64='undef' d_PRIo64='undef' d_PRIu64='undef' d_PRIx64='undef' -d_SCNfldbl='undef' +d_SCNfldbl='define' d__fwalk='undef' d_access='define' d_accessx='undef' |