summaryrefslogtreecommitdiff
path: root/win32/config.bc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-12 12:17:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-12 12:17:02 +0000
commit912ec6395ccd8f957980c6c263fd9cff9e9bb2fa (patch)
tree588858884873b06a438e1c0af8e8cb9e7be3b9d9 /win32/config.bc
parent7f830b7b73b719fa94e6d7aabd5587845f70dbcc (diff)
downloadperl-912ec6395ccd8f957980c6c263fd9cff9e9bb2fa.tar.gz
Synchronize config.bc and config_H.bc; add SCNfldbl;
go back to disabling long doubles from MinGW because MSVCRT doesn't do long double printfing even when gcc would know how to handle them. p4raw-id: //depot/perl@17200
Diffstat (limited to 'win32/config.bc')
-rw-r--r--win32/config.bc8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config.bc b/win32/config.bc
index 0df9810030..483ffcd41e 100644
--- a/win32/config.bc
+++ b/win32/config.bc
@@ -793,14 +793,14 @@ sPRIFUldbl='"F"'
sPRIGUldbl='"G"'
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'