diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2007-04-24 16:42:12 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2007-04-24 16:42:12 +0000 |
commit | bdc0bf6fc8e477f7c30b05ea4c2ff791dd0f31af (patch) | |
tree | cc2c75cb1546bcb69fc3c545a8f3b4c953f195d0 /parser.h | |
parent | 7caa839cb84467e75e51a8014a80e98dcb2bb9d5 (diff) | |
download | perl-bdc0bf6fc8e477f7c30b05ea4c2ff791dd0f31af.tar.gz |
move PL_linestr from the interpreter struct to the parser struct
p4raw-id: //depot/perl@31058
Diffstat (limited to 'parser.h')
-rw-r--r-- | parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ typedef struct yy_parser { char pending_ident; /* pending identifier lookup */ bool preambled; SUBLEXINFO sublex_info; + SV *linestr; /* current chunk of src text */ #ifdef PERL_MAD SV *endwhite; |