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:
647688d
)
sv.h: Comment typo
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 15:45:11 +0000
(08:45 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 8 Jun 2012 23:17:03 +0000
(16:17 -0700)
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
6d26f85
..
c347aea
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-307,7
+307,7
@@
perform the upgrade if necessary. See C<svtype>.
#define SVpgv_GP SVp_SCREAM /* GV has a valid GP */
#define SVprv_PCS_IMPORTED SVp_SCREAM /* RV is a proxy for a constant
subroutine in another package. Set the
-
CvIMPORTED_CV_ON
() if it needs to be
+
GvIMPORTED_CV_on
() if it needs to be
expanded to a real GV */
/* 0x00010000 *** FREE SLOT */
#define SVs_PADTMP 0x00020000 /* in use as tmp; only if ! SVs_PADMY */