summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 17:35:34 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:39 -0800
commit12d375eaee7dd261460649b8148da4b92cf2d257 (patch)
tree7da55905b550ab08ecb2d0d22a94ee665786a20a /intrpvar.h
parentf584841efdc63848bb22f17b92a260b129df52d6 (diff)
downloadperl-12d375eaee7dd261460649b8148da4b92cf2d257.tar.gz
Add ‘immortal’ pad name intrp vars
These will replace the current use of &PL_sv_undef and &PL_sv_no as pad names.
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 56bb5c412b..6397eb634b 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -146,6 +146,8 @@ C<&PL_sv_yes>.
PERLVAR(I, sv_undef, SV)
PERLVAR(I, sv_no, SV)
PERLVAR(I, sv_yes, SV)
+PERLVAR(I, padname_undef, PADNAME)
+PERLVAR(I, padname_const, PADNAME)
PERLVAR(I, Sv, SV *) /* used to hold temporary values */
PERLVAR(I, parser, yy_parser *) /* current parser state */