summaryrefslogtreecommitdiff
path: root/win32/config.gc
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-11-06 08:57:35 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-11-06 14:23:44 +0000
commit890b5089ee2bba7607f5a69cd8d7c260fac77cf0 (patch)
treedbc3c7c4f6fb3f3200c6814d30dda1144e3093be /win32/config.gc
parent82e4f303e603682165d24c22d523d1ba9149cf69 (diff)
downloadperl-890b5089ee2bba7607f5a69cd8d7c260fac77cf0.tar.gz
Add optional GCC-only support for using long doubles on Win32
Diffstat (limited to 'win32/config.gc')
-rw-r--r--win32/config.gc26
1 files changed, 13 insertions, 13 deletions
diff --git a/win32/config.gc b/win32/config.gc
index b57a243b19..de713ee8ca 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -80,15 +80,15 @@ d_Gconvert='sprintf((b),"%.*g",(n),(x))'
d_PRIEUldbl='undef'
d_PRIFUldbl='undef'
d_PRIGUldbl='undef'
-d_PRIXU64='undef'
-d_PRId64='undef'
+d_PRIXU64='define'
+d_PRId64='define'
d_PRIeldbl='undef'
d_PRIfldbl='undef'
d_PRIgldbl='undef'
-d_PRIi64='undef'
-d_PRIo64='undef'
-d_PRIu64='undef'
-d_PRIx64='undef'
+d_PRIi64='define'
+d_PRIo64='define'
+d_PRIu64='define'
+d_PRIx64='define'
d_SCNfldbl='undef'
d__fwalk='undef'
d_access='define'
@@ -913,19 +913,19 @@ sGMTIME_max="2147483647"
sGMTIME_min="0"
sLOCALTIME_max="2147483647"
sLOCALTIME_min="0"
-sPRIEUldbl='"E"'
-sPRIFUldbl='"F"'
-sPRIGUldbl='"G"'
+sPRIEUldbl='"LE"'
+sPRIFUldbl='"LF"'
+sPRIGUldbl='"LG"'
sPRIXU64='"lX"'
sPRId64='"ld"'
-sPRIeldbl='"e"'
-sPRIfldbl='"f"'
-sPRIgldbl='"g"'
+sPRIeldbl='"Le"'
+sPRIfldbl='"Lf"'
+sPRIgldbl='"Lg"'
sPRIi64='"li"'
sPRIo64='"lo"'
sPRIu64='"lu"'
sPRIx64='"lx"'
-sSCNfldbl='"f"'
+sSCNfldbl='"Lf"'
sched_yield=''
scriptdir='~INST_TOP~~INST_VER~\bin'
scriptdirexp='~INST_TOP~~INST_VER~\bin'