From: Jarkko Hietaniemi Date: Wed, 6 Jun 2001 20:49:23 +0000 (+0000) Subject: The #10455 exposed that modfl() is fundamentally busted X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1cade9fc1d0c37f2aeb360371fd40bf341ddc9db;p=p5sagit%2Fp5-mst-13.2.git The #10455 exposed that modfl() is fundamentally busted (as in: dumps core) in pre-5.0 Tru64, so better avoid even testing it. p4raw-id: //depot/perl@10457 --- diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index ce3a40c..9275932 100644 --- 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. #