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:
0923255
)
sv.h: SVt_INVLIST is core-only
author
Karl Williamson
<khw@cpan.org>
Sun, 21 Jul 2019 20:02:31 +0000
(14:02 -0600)
committer
Karl Williamson
<khw@cpan.org>
Sun, 15 Sep 2019 16:39:55 +0000
(10:39 -0600)
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
365a7b2
..
91f78fa
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-93,8
+93,8
@@
Type flag for scalars. See L</svtype>.
=for apidoc AmnU||SVt_PVMG
Type flag for scalars. See L</svtype>.
-=for apidoc
A
mnU||SVt_INVLIST
-Type flag for scalars. See L</svtype>.
+=for apidoc
C
mnU||SVt_INVLIST
+Type flag for scalars. See L<
perlapi
/svtype>.
=for apidoc AmnU||SVt_REGEXP
Type flag for regular expressions. See L</svtype>.