diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 22:17:40 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-12 22:17:40 +0000 |
commit | 12bd6ede29d13c215438daf78d15695e487886b0 (patch) | |
tree | 78ba457776b01252a85ffb3957bce4289c26f607 /embedvar.h | |
parent | 5afb0a623b9b99b8da0168b2f2a3030d9165d7ff (diff) | |
download | perl-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 'embedvar.h')
-rw-r--r-- | embedvar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embedvar.h b/embedvar.h index ba97800b49..99f0864527 100644 --- a/embedvar.h +++ b/embedvar.h @@ -218,8 +218,6 @@ #define PL_in_clean_all (vTHX->Iin_clean_all) #define PL_in_clean_objs (vTHX->Iin_clean_objs) #define PL_in_load_module (vTHX->Iin_load_module) -#define PL_in_my (vTHX->Iin_my) -#define PL_in_my_stash (vTHX->Iin_my_stash) #define PL_incgv (vTHX->Iincgv) #define PL_initav (vTHX->Iinitav) #define PL_inplace (vTHX->Iinplace) @@ -466,8 +464,6 @@ #define PL_Iin_clean_all PL_in_clean_all #define PL_Iin_clean_objs PL_in_clean_objs #define PL_Iin_load_module PL_in_load_module -#define PL_Iin_my PL_in_my -#define PL_Iin_my_stash PL_in_my_stash #define PL_Iincgv PL_incgv #define PL_Iinitav PL_initav #define PL_Iinplace PL_inplace |