diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:03:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-30 14:03:45 +0000 |
commit | 7428bafeba56c70a072b3dabf12576d9ea8fda3b (patch) | |
tree | 0d35705345b325207ba2bde3c2e8aac0d07bd2a4 /uconfig.h | |
parent | 3d6f292d797f681a198fe6c140da23cf5c860008 (diff) | |
download | perl-7428bafeba56c70a072b3dabf12576d9ea8fda3b.tar.gz |
Timestamp mismatch again. Need to fix this dependence on
config_h.SH timestamp, since it's the contents of config_h.SH
that matter.
p4raw-id: //depot/perl@6914
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2524,8 +2524,13 @@ * This symbol, if defined, contains the string used by stdio to * format long doubles (format 'g') for output. */ +/* PERL_PRIeldbl: + * This symbol, if defined, contains the string used by stdio to + * format long doubles (format 'e') for output. + */ /*#define PERL_PRIfldbl "llf" / **/ /*#define PERL_PRIgldbl "llg" / **/ +/*#define PERL_PRIeldbl "lle" / **/ /* Off_t: * This symbol holds the type used to declare offsets in the kernel. |