config_h.SH timestamp, since it's the contents of config_h.SH
that matter.
p4raw-id: //depot/perl@6914
* 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.