summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/uconfig.h b/uconfig.h
index 40c7495248..58b3a3f87d 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.