From: Jarkko Hietaniemi Date: Mon, 18 Jun 2001 03:15:02 +0000 (+0000) Subject: The warning no more comes from util.c, it comes from numeric.c. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d780cd7a0195e946e636d3ee546f6ef4f21d6acc;p=p5sagit%2Fp5-mst-13.2.git The warning no more comes from util.c, it comes from numeric.c. p4raw-id: //depot/perl@10675 --- diff --git a/README.tru64 b/README.tru64 index 75f9293..d65175a 100644 --- a/README.tru64 +++ b/README.tru64 @@ -59,7 +59,7 @@ in INSTALL. Similarly, there is no need for -Duse64bitall. When compiling Perl in Tru64 you may (depending on the compiler release) see two warnings like this - cc: Warning: util.c, line 3797: In this statement, floating-point overflow occurs in evaluating the expression "1.8e308". (floatoverfl) + cc: Warning: numeric.c, line 104: In this statement, floating-point overflow occurs in evaluating the expression "1.8e308". (floatoverfl) return HUGE_VAL; -----------^