summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-12 22:17:40 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-12 22:17:40 +0000
commit12bd6ede29d13c215438daf78d15695e487886b0 (patch)
tree78ba457776b01252a85ffb3957bce4289c26f607 /perlapi.h
parent5afb0a623b9b99b8da0168b2f2a3030d9165d7ff (diff)
downloadperl-12bd6ede29d13c215438daf78d15695e487886b0.tar.gz
move PL_in_my and PL_in_my_stash into the PL_parser struct
p4raw-id: //depot/perl@31203
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/perlapi.h b/perlapi.h
index a4600d8e44..9888ed7c0c 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -312,10 +312,6 @@ END_EXTERN_C
#define PL_in_clean_objs (*Perl_Iin_clean_objs_ptr(aTHX))
#undef PL_in_load_module
#define PL_in_load_module (*Perl_Iin_load_module_ptr(aTHX))
-#undef PL_in_my
-#define PL_in_my (*Perl_Iin_my_ptr(aTHX))
-#undef PL_in_my_stash
-#define PL_in_my_stash (*Perl_Iin_my_stash_ptr(aTHX))
#undef PL_incgv
#define PL_incgv (*Perl_Iincgv_ptr(aTHX))
#undef PL_initav