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 /perlapi.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 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -448,8 +448,6 @@ END_EXTERN_C #define PL_modcount (*Perl_Imodcount_ptr(aTHX)) #undef PL_modglobal #define PL_modglobal (*Perl_Imodglobal_ptr(aTHX)) -#undef PL_multi_end -#define PL_multi_end (*Perl_Imulti_end_ptr(aTHX)) #undef PL_my_cxt_keys #define PL_my_cxt_keys (*Perl_Imy_cxt_keys_ptr(aTHX)) #undef PL_my_cxt_list |