CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2013/07/13 04:21:54

Modified files:
        gnu/usr.bin/perl: util.c 

Log message:
In Perl_upg_version(), do not compare double against 10e50 on vax, for this
value can not be represented by a double (unless compiling with -mg); instead,
use a lower limit value. This does not impact the behaviour since both sides
of the test are supposed to produce the same result, albeit in different ways.

ok millert@ espie@

Reply via email to