summaryrefslogtreecommitdiff
path: root/README.tru64
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2013-05-23 16:58:20 -0400
committerDavid Golden <dagolden@cpan.org>2013-05-23 20:11:25 -0400
commit1dcc3c19f1c031cf741527de0a2b2e4c178e9f04 (patch)
tree6671dfcff6b3069b962df3215750bb566dafac35 /README.tru64
parentf5bfcfd8f19e8103e4fff44523de3ca4d7c7a8f0 (diff)
downloadperl-1dcc3c19f1c031cf741527de0a2b2e4c178e9f04.tar.gz
fix various Pod line length warnings
Diffstat (limited to 'README.tru64')
-rw-r--r--README.tru646
1 files changed, 4 insertions, 2 deletions
diff --git a/README.tru64 b/README.tru64
index 81ef9feb98..8f7e9b9327 100644
--- a/README.tru64
+++ b/README.tru64
@@ -120,13 +120,15 @@ since pointers are automatically 64-bit wide.
When compiling Perl in Tru64 you may (depending on the compiler
release) see two warnings like this
- cc: Warning: numeric.c, line 104: 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;
-----------^
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)
+ cc: Warning: const-c.inc, line 2007: In this statement, floating-point
+ overflow occurs in evaluating the expression "1.8e308". (floatoverfl)
return HUGE_VAL;
-------------------^