summaryrefslogtreecommitdiff
path: root/toke.c
diff options
context:
space:
mode:
authorRick Delaney <rick@consumercontact.com>2007-01-27 15:29:02 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-02-12 15:27:31 +0000
commitebca63ee5f1955c84450c209cba0b49a23ad2f27 (patch)
tree407c9c1fa8759732b9d8085b86d9c61bbf0aef2e /toke.c
parent83a47afdc22cbd1f73f2816d864aef3c6bf23712 (diff)
downloadperl-ebca63ee5f1955c84450c209cba0b49a23ad2f27.tar.gz
Re: PL_copline inconsistency
Message-ID: <20070128012902.GA21572@bort.ca> p4raw-id: //depot/perl@30228
Diffstat (limited to 'toke.c')
-rw-r--r--toke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toke.c b/toke.c
index 46066d14fd..26f706ebed 100644
--- a/toke.c
+++ b/toke.c
@@ -677,6 +677,7 @@ Perl_lex_start(pTHX_ SV *line)
SAVEDESTRUCTOR_X(restore_rsfp, PL_rsfp);
SAVEINT(PL_expect);
+ PL_copline = NOLINE;
PL_lex_state = LEX_NORMAL;
PL_expect = XSTATE;
Newx(parser->lex_brackstack, 120, char);