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 /parser.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 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ typedef struct yy_parser { #endif COP *saved_curcop; /* the previous PL_curcop */ + char tokenbuf[256]; } yy_parser; |