summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-31 04:26:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-31 04:26:23 +0000
commitebd4816b80e45b053b1e4c5e7ff68fe4dcfcd7c8 (patch)
tree47ee05eab89c0f14582cc0220068a55586f1cba2 /config_h.SH
parent971f4bf107c4114680b92221b21d1da9ec393811 (diff)
downloadperl-ebd4816b80e45b053b1e4c5e7ff68fe4dcfcd7c8.tar.gz
sscanf() may be the only way to read long doubles from strings.
p4raw-id: //depot/perl@6937
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index da25617743..7c70ab3bf7 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2552,9 +2552,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* 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.
+ */
#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
#$d_PRIeldbl PERL_PRIeldbl $sPRIeldbl /**/
+#$d_SCNfldbl PERL_SCNfldbl $sSCNfldbl /**/
/* Off_t:
* This symbol holds the type used to declare offsets in the kernel.