diff options
Diffstat (limited to 'hints/dec_osf.sh')
-rw-r--r-- | hints/dec_osf.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/dec_osf.sh b/hints/dec_osf.sh index ce3a40c77d..9275932659 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. # |