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:
175f39d
)
Document CvGV
author
Karl Williamson
<khw@cpan.org>
Thu, 27 Aug 2020 15:22:02 +0000
(09:22 -0600)
committer
Karl Williamson
<khw@cpan.org>
Tue, 29 Sep 2020 04:55:11 +0000
(22:55 -0600)
inline.h
patch
|
blob
|
blame
|
history
diff --git
a/inline.h
b/inline.h
index
d41c43d
..
65f8421
100644
(file)
--- a/
inline.h
+++ b/
inline.h
@@
-59,6
+59,13
@@
Perl_av_count(pTHX_ AV *av)
/* ------------------------------- cv.h ------------------------------- */
+/*
+=for apidoc_section CV Handling
+=for apidoc CvGV
+Returns the GV associated with the CV C<sv>, reifying it if necessary.
+
+=cut
+*/
PERL_STATIC_INLINE GV *
Perl_CvGV(pTHX_ CV *sv)
{