From a231c375ccd5dd4ecbc8d5eed207feb86679d7fa Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Wed, 17 Sep 2014 14:08:47 +0100 Subject: 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. --- win32/config.vc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win32/config.vc') 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' -- cgit v1.2.1