diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 21:02:50 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 21:02:50 +0000 |
commit | 670a9cb260d5f37076650f3eb5aa6c305796b0f7 (patch) | |
tree | b046c644553ddb33cff4c97acbf31e31461fdc15 /embedvar.h | |
parent | 8d8376c624c0059bc9da5e4cfa799a20c1846647 (diff) | |
download | perl-670a9cb260d5f37076650f3eb5aa6c305796b0f7.tar.gz |
move PL_multi_end into the PL_parser struct
p4raw-id: //depot/perl@31254
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embedvar.h b/embedvar.h index 1272bfcf2b..b02de5e06d 100644 --- a/embedvar.h +++ b/embedvar.h @@ -206,7 +206,6 @@ #define PL_minus_p (vTHX->Iminus_p) #define PL_modcount (vTHX->Imodcount) #define PL_modglobal (vTHX->Imodglobal) -#define PL_multi_end (vTHX->Imulti_end) #define PL_my_cxt_keys (vTHX->Imy_cxt_keys) #define PL_my_cxt_list (vTHX->Imy_cxt_list) #define PL_my_cxt_size (vTHX->Imy_cxt_size) @@ -527,7 +526,6 @@ #define PL_Iminus_p PL_minus_p #define PL_Imodcount PL_modcount #define PL_Imodglobal PL_modglobal -#define PL_Imulti_end PL_multi_end #define PL_Imy_cxt_keys PL_my_cxt_keys #define PL_Imy_cxt_list PL_my_cxt_list #define PL_Imy_cxt_size PL_my_cxt_size |