projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2b2cdb4
)
The #10455 exposed that modfl() is fundamentally busted
Jarkko Hietaniemi [Wed, 6 Jun 2001 20:49:23 +0000 (20:49 +0000)]
(as in: dumps core) in pre-5.0 Tru64, so better avoid even
testing it.
p4raw-id: //depot/perl@10457
hints/dec_osf.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/dec_osf.sh
b/hints/dec_osf.sh
index
ce3a40c
..
9275932
100644
(file)
--- a/
hints/dec_osf.sh
+++ b/
hints/dec_osf.sh
@@
-285,6
+285,10
@@
$define|true|[yY]*) d_Gconvert='sprintf((b),"%.*Lg",(n),(x))' ;;
esac
EOCBU
+case "`/usr/sbin/sizer -v`" in
+*4.0*) d_modfl=undef ;; # must wait till 5.0
+esac
+
#
# Unset temporary variables no more needed.
#