set line number for errors produced during walkstate.

R=ken
OCL=27145
CL=27145
This commit is contained in:
Russ Cox 2009-04-06 22:17:46 -07:00
parent ee19695cfc
commit d50c70d261
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ loop:
return;
more = N;
lineno = n->lineno;
switch(n->op) {
case OLIST: