summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-06 15:46:35 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-06 15:46:35 +0000
commitef3337d48bf32551564ac40d2bbaf9452e4e918f (patch)
tree1a4f549446c776ac30aa00d05cc09ade9a62ebe6 /README.tru64
parent1a3fa709ada8129dcc7357aecaed7b816a79ba13 (diff)
downloadperl-ef3337d48bf32551564ac40d2bbaf9452e4e918f.tar.gz
Update the warning message.
p4raw-id: //depot/perl@15756
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru644
1 files changed, 3 insertions, 1 deletions
diff --git a/README.tru64 b/README.tru64
index 1e178098cd..b2509b86c7 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;
-------------------^