projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c4baf4
)
eliminate a stray PL_lex_state
Dave Mitchell [Sat, 12 May 2007 20:06:41 +0000 (20:06 +0000)]
p4raw-id: //depot/perl@31202
toke.c
patch
|
blob
|
blame
|
history
diff --git
a/toke.c
b/toke.c
index
83e43bf
..
efa2e10
100644
(file)
--- a/
toke.c
+++ b/
toke.c
@@
-681,7
+681,7
@@
Perl_lex_start(pTHX_ SV *line, PerlIO *rsfp, bool new_filter)
parser->nexttoke = 0;
#endif
parser->copline = NOLINE;
- PL_lex_state = LEX_NORMAL;
+ parser->lex_state = LEX_NORMAL;
parser->expect = XSTATE;
parser->rsfp = rsfp;
parser->rsfp_filters = (new_filter || !oparser) ? NULL