This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a3fa70
)
Update the warning message.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 6 Apr 2002 15:46:35 +0000
(15:46 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 6 Apr 2002 15:46:35 +0000
(15:46 +0000)
p4raw-id: //depot/perl@15756
README.tru64
patch
|
blob
|
blame
|
history
diff --git
a/README.tru64
b/README.tru64
index
1e17809
..
b2509b8
100644
(file)
--- 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;
-------------------^