diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 14:37:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-01 14:37:36 +0000 |
commit | d08f2eabf153f5418cf171560a69555c91536866 (patch) | |
tree | 580509a23555e8d65cf0091be6ac5612764d8aaa /uconfig.sh | |
parent | 33a87e586cda65bc1cb73e5531daf1795b227dda (diff) | |
download | perl-d08f2eabf153f5418cf171560a69555c91536866.tar.gz |
microperl config update.
p4raw-id: //depot/perl@6975
Diffstat (limited to 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 691d7cf03c..21f91a1501 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -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)' |