From: Jarkko Hietaniemi Date: Sat, 6 Apr 2002 15:46:35 +0000 (+0000) Subject: Update the warning message. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef3337d48bf32551564ac40d2bbaf9452e4e918f;p=p5sagit%2Fp5-mst-13.2.git Update the warning message. p4raw-id: //depot/perl@15756 --- diff --git a/README.tru64 b/README.tru64 index 1e17809..b2509b8 100644 --- a/README.tru64 +++ b/README.tru64 @@ -71,7 +71,9 @@ release) see two warnings like this return HUGE_VAL; -----------^ - cc: Warning: POSIX.xs, line 1304: In this statement, floating-point overflow occurs in evaluating the expression "1.8e308". (floatoverfl) +and when compiling the POSIX extension + + cc: Warning: const-c.inc, line 2007: In this statement, floating-point overflow occurs in evaluating the expression "1.8e308". (floatoverfl) return HUGE_VAL; -------------------^