projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b33832a
)
AIX gcvt() cannot format long doubles very well.
Jarkko Hietaniemi [Sun, 5 Mar 2000 19:55:02 +0000 (19:55 +0000)]
p4raw-id: //depot/cfgperl@5553
hints/aix.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/aix.sh
b/hints/aix.sh
index
d679ba9
..
d6f3dd7
100644
(file)
--- 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