From: Jarkko Hietaniemi Date: Wed, 12 Jun 2002 12:17:02 +0000 (+0000) Subject: Synchronize config.bc and config_H.bc; add SCNfldbl; X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=912ec6395ccd8f957980c6c263fd9cff9e9bb2fa;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/win32/config.bc b/win32/config.bc index 0df9810..483ffcd 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' diff --git a/win32/config_H.bc b/win32/config_H.bc index 3fa348c..3e4e80c 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2930,7 +2930,7 @@ #define PERL_PRIfldbl "Lf" /**/ #define PERL_PRIgldbl "Lg" /**/ #define PERL_PRIeldbl "Le" /**/ -#define PERL_SCNfldbl "f" /**/ +#define PERL_SCNfldbl "Lf" /**/ /* Off_t: * This symbol holds the type used to declare offsets in the kernel. diff --git a/win32/config_H.gc b/win32/config_H.gc index 85c000a..a968ec6 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2927,9 +2927,9 @@ * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'f') for input. */ -#define PERL_PRIfldbl "Lf" /**/ -#define PERL_PRIgldbl "Lg" /**/ -#define PERL_PRIeldbl "Le" /**/ +/*#define PERL_PRIfldbl "f" /**/ +/*#define PERL_PRIgldbl "g" /**/ +/*#define PERL_PRIeldbl "e" /**/ /*#define PERL_SCNfldbl "f" /**/ /* Off_t: