diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-06 05:00:44 +0000 |
commit | 65f190625df5c430dbe5dc68ccef865b33839973 (patch) | |
tree | 7923365b9dfa49a2a2f8ec67abce9d09b32ad514 /hints | |
parent | 68c887af8bbbe8aaa5d726ce35fbbb66c21b6301 (diff) | |
download | perl-65f190625df5c430dbe5dc68ccef865b33839973.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@5570
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/aix.sh b/hints/aix.sh index d679ba9ee8..d6f3dd78e0 100644 --- a/hints/aix.sh +++ b/hints/aix.sh @@ -360,6 +360,7 @@ $define|true|[yY]*) ccflags="$ccflags -qlongdouble" # The explicit cc128, xlc128, xlC128 are not needed, # the -qlongdouble should do the trick. --jhi + d_Gconvert='sprintf((b),"%.*llg",(n),(x))' ;; esac EOCBU |