summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-18 03:15:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-18 03:15:02 +0000
commitd780cd7a0195e946e636d3ee546f6ef4f21d6acc (patch)
tree72ddc53ef9182d980fd6764d90df2ac9c06ef527 /README.tru64
parent4efcf9a278914cf1f0f9645a75b0f15d59f42f68 (diff)
downloadperl-d780cd7a0195e946e636d3ee546f6ef4f21d6acc.tar.gz
The warning no more comes from util.c, it comes from numeric.c.
p4raw-id: //depot/perl@10675
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru642
1 files changed, 1 insertions, 1 deletions
diff --git a/README.tru64 b/README.tru64
index 75f929376d..d65175a4c0 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;
-----------^