summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-21 21:02:50 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-21 21:02:50 +0000
commit670a9cb260d5f37076650f3eb5aa6c305796b0f7 (patch)
treeb046c644553ddb33cff4c97acbf31e31461fdc15 /perlapi.h
parent8d8376c624c0059bc9da5e4cfa799a20c1846647 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perlapi.h b/perlapi.h
index a45571c349..4585f5ed54 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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