diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 12:17:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 12:17:02 +0000 |
commit | 912ec6395ccd8f957980c6c263fd9cff9e9bb2fa (patch) | |
tree | 588858884873b06a438e1c0af8e8cb9e7be3b9d9 /win32/config_H.bc | |
parent | 7f830b7b73b719fa94e6d7aabd5587845f70dbcc (diff) | |
download | perl-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_H.bc')
-rw-r--r-- | win32/config_H.bc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 3fa348c71f..3e4e80c576 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. |