diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2002-02-19 03:55:36 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-20 14:56:55 +0000 |
commit | aade5aff4d4ca48f8b8ad56cbcbd37531afa2401 (patch) | |
tree | e3741f6dc75f91375c767070b1e2b0d0324c771c /hints/os390.sh | |
parent | eade9b7139927966a87970564990ef3670609a0a (diff) | |
download | perl-aade5aff4d4ca48f8b8ad56cbcbd37531afa2401.tar.gz |
d_Gconvert hints and Glossary
Message-ID: <42qc8gzkgOFN092yn@efn.org>
p4raw-id: //depot/perl@14786
Diffstat (limited to 'hints/os390.sh')
-rw-r--r-- | hints/os390.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index e85ebef978..38d02c3fad 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -208,7 +208,7 @@ fi # a trivial Perl demonstration snippet is 'print 0.1'. # The -W 0,float(ieee) seems to be the switch breaking gcvt(). # sprintf() seems to get things right(er). -d_Gconvert='sprintf((b),"%.*g",(n),(x))' +gconvert_preference=sprintf cat >config.arch<<'__CONFIG_ARCH__' # The '-W 0,float(ieee)' cannot be used during Configure as ldflags. |