Commit d50c70d2 authored by Russ Cox's avatar Russ Cox

set line number for errors produced during walkstate.

R=ken
OCL=27145
CL=27145
parent ee19695c
......@@ -114,6 +114,7 @@ loop:
return;
more = N;
lineno = n->lineno;
switch(n->op) {
case OLIST:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment