summaryrefslogtreecommitdiff
path: root/embedvar.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 /embedvar.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 'embedvar.h')
-rw-r--r--embedvar.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/embedvar.h b/embedvar.h
index c458948782..2218a38cf8 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -173,7 +173,6 @@
#define PL_cshlen (vTHX->Icshlen)
#define PL_cshname (vTHX->Icshname)
#define PL_curcopdb (vTHX->Icurcopdb)
-#define PL_curforce (vTHX->Icurforce)
#define PL_curstname (vTHX->Icurstname)
#define PL_custom_op_descs (vTHX->Icustom_op_descs)
#define PL_custom_op_names (vTHX->Icustom_op_names)
@@ -260,9 +259,6 @@
#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)
-#define PL_nexttoke (vTHX->Inexttoke)
-#define PL_nexttype (vTHX->Inexttype)
-#define PL_nextval (vTHX->Inextval)
#define PL_nice_chunk (vTHX->Inice_chunk)
#define PL_nice_chunk_size (vTHX->Inice_chunk_size)
#define PL_nomemok (vTHX->Inomemok)
@@ -428,7 +424,6 @@
#define PL_Icshlen PL_cshlen
#define PL_Icshname PL_cshname
#define PL_Icurcopdb PL_curcopdb
-#define PL_Icurforce PL_curforce
#define PL_Icurstname PL_curstname
#define PL_Icustom_op_descs PL_custom_op_descs
#define PL_Icustom_op_names PL_custom_op_names
@@ -515,9 +510,6 @@
#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
-#define PL_Inexttoke PL_nexttoke
-#define PL_Inexttype PL_nexttype
-#define PL_Inextval PL_nextval
#define PL_Inice_chunk PL_nice_chunk
#define PL_Inice_chunk_size PL_nice_chunk_size
#define PL_Inomemok PL_nomemok