This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Synchronize config.bc and config_H.bc; add SCNfldbl;
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Jun 2002 12:17:02 +0000 (12:17 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 12 Jun 2002 12:17:02 +0000 (12:17 +0000)
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

win32/config.bc
win32/config_H.bc
win32/config_H.gc

index 0df9810..483ffcd 100644 (file)
@@ -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'
index 3fa348c..3e4e80c 100644 (file)
 #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.
index 85c000a..a968ec6 100644 (file)
  *     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: