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:
c58192c
)
perlfunc: Clarify
author
Karl Williamson
<khw@cpan.org>
Fri, 12 Apr 2019 20:33:58 +0000
(14:33 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 12 Apr 2019 20:45:20 +0000
(14:45 -0600)
pod/perlfunc.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
973a261
..
196a88d
100644
(file)
--- a/
pod/perlfunc.pod
+++ b/
pod/perlfunc.pod
@@
-8065,8
+8065,8
@@
as supported by the compiler used to build Perl:
h interpret integer as C type "short" or
"unsigned short"
j interpret integer as C type "intmax_t" on Perl
- 5.14 or later; and
only with a C99 compiler
-
prior to Perl 5.30
(unportable)
+ 5.14 or later; and
prior to Perl 5.30, only with
+
a C99 compiler
(unportable)
l interpret integer as C type "long" or
"unsigned long"
q, L, or ll interpret integer as C type "long long",