From: Jarkko Hietaniemi Date: Wed, 30 Aug 2000 14:03:45 +0000 (+0000) Subject: Timestamp mismatch again. Need to fix this dependence on X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7428bafeba56c70a072b3dabf12576d9ea8fda3b;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/uconfig.h b/uconfig.h index 40c7495..58b3a3f 100644 --- a/uconfig.h +++ b/uconfig.h @@ -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.