microperl config update.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 1 Sep 2000 14:37:36 +0000 (14:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 1 Sep 2000 14:37:36 +0000 (14:37 +0000)
p4raw-id: //depot/perl@6975

uconfig.h
uconfig.sh

index 58b3a3f..7e05b4f 100644 (file)
--- a/uconfig.h
+++ b/uconfig.h
  *     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.
+ */
 /*#define PERL_PRIfldbl        "llf"   / **/
 /*#define PERL_PRIgldbl        "llg"   / **/
 /*#define PERL_PRIeldbl        "lle"   / **/
+/*#define PERL_SCNfldbl        "llf"   / **/
 
 /* Off_t:
  *     This symbol holds the type used to declare offsets in the kernel.
index 691d7cf..21f91a1 100755 (executable)
@@ -16,6 +16,7 @@ clocktype='clock_t'
 cpp_stuff='42'
 crosscompile='undef'
 d_Gconvert='sprintf((b),"%.*g",(n),(x))'
+d_SCNfldbl='undef'
 d_PRIEldbl='undef'
 d_PRIFldbl='undef'
 d_PRIGldbl='undef'
@@ -479,6 +480,7 @@ sig_num_init='0'
 signal_t=int
 sizetype=int
 sizesize=1
+sSCNfldbl='"llf"'
 ssizetype=int
 stdchar=char
 stdio_base='((fp)->_IO_read_base)'