diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 19:57:24 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-05-21 19:57:24 +0000 |
commit | 14047fc9aecf45824605bc7cab225fa40118f1cc (patch) | |
tree | 646094a65acda92772a2330525a9159b4c25097e /embedvar.h | |
parent | e37659a3d616afed86fb8f0e0699e900ad4d59b7 (diff) | |
download | perl-14047fc9aecf45824605bc7cab225fa40118f1cc.tar.gz |
move PL_tokenbuf into the PL_parser struct
p4raw-id: //depot/perl@31252
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 3ba2bfd3e8..1272bfcf2b 100644 --- a/embedvar.h +++ b/embedvar.h @@ -322,7 +322,6 @@ #define PL_tmps_ix (vTHX->Itmps_ix) #define PL_tmps_max (vTHX->Itmps_max) #define PL_tmps_stack (vTHX->Itmps_stack) -#define PL_tokenbuf (vTHX->Itokenbuf) #define PL_top_env (vTHX->Itop_env) #define PL_toptarget (vTHX->Itoptarget) #define PL_uid (vTHX->Iuid) @@ -644,7 +643,6 @@ #define PL_Itmps_ix PL_tmps_ix #define PL_Itmps_max PL_tmps_max #define PL_Itmps_stack PL_tmps_stack -#define PL_Itokenbuf PL_tokenbuf #define PL_Itop_env PL_top_env #define PL_Itoptarget PL_toptarget #define PL_Iuid PL_uid |