summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2007-05-05 00:49:51 +0000
committerDave Mitchell <davem@fdisolutions.com>2007-05-05 00:49:51 +0000
commitfb205e7a8791bda7ee1f6f939d96b947f4eb160c (patch)
tree69226d3ccfe161c0d9e8b525fa590e24ec3fb4c0 /perlapi.h
parentf06b58485d86282d0dbf47ffb2a797860a8346a7 (diff)
downloadperl-fb205e7a8791bda7ee1f6f939d96b947f4eb160c.tar.gz
migrate more variables to PL_parser struct:
PL_nexttoke PL_curforce PL_nextval PL_nexttype p4raw-id: //depot/perl@31148
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/perlapi.h b/perlapi.h
index 0106cdd734..b4096cf098 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -222,8 +222,6 @@ END_EXTERN_C
#define PL_cshname (*Perl_Icshname_ptr(aTHX))
#undef PL_curcopdb
#define PL_curcopdb (*Perl_Icurcopdb_ptr(aTHX))
-#undef PL_curforce
-#define PL_curforce (*Perl_Icurforce_ptr(aTHX))
#undef PL_curstname
#define PL_curstname (*Perl_Icurstname_ptr(aTHX))
#undef PL_custom_op_descs
@@ -396,12 +394,6 @@ END_EXTERN_C
#define PL_my_cxt_list (*Perl_Imy_cxt_list_ptr(aTHX))
#undef PL_my_cxt_size
#define PL_my_cxt_size (*Perl_Imy_cxt_size_ptr(aTHX))
-#undef PL_nexttoke
-#define PL_nexttoke (*Perl_Inexttoke_ptr(aTHX))
-#undef PL_nexttype
-#define PL_nexttype (*Perl_Inexttype_ptr(aTHX))
-#undef PL_nextval
-#define PL_nextval (*Perl_Inextval_ptr(aTHX))
#undef PL_nice_chunk
#define PL_nice_chunk (*Perl_Inice_chunk_ptr(aTHX))
#undef PL_nice_chunk_size