diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 14:37:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 14:37:36 +0000 |
commit | d08f2eabf153f5418cf171560a69555c91536866 (patch) | |
tree | 580509a23555e8d65cf0091be6ac5612764d8aaa /uconfig.h | |
parent | 33a87e586cda65bc1cb73e5531daf1795b227dda (diff) | |
download | perl-d08f2eabf153f5418cf171560a69555c91536866.tar.gz |
microperl config update.
p4raw-id: //depot/perl@6975
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2528,9 +2528,14 @@ * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'e') for output. */ +/* PERL_SCNfldbl: + * This symbol, if defined, contains the string used by stdio to + * format long doubles (format 'f') for input. + */ /*#define PERL_PRIfldbl "llf" / **/ /*#define PERL_PRIgldbl "llg" / **/ /*#define PERL_PRIeldbl "lle" / **/ +/*#define PERL_SCNfldbl "llf" / **/ /* Off_t: * This symbol holds the type used to declare offsets in the kernel. |