Commit 3375e662 by Jim Wilson

(macroexpand): Use start_line for line number of the new

instack level pushed at the end.

From-SVN: r7174
parent ae526227
......@@ -7895,7 +7895,9 @@ macroexpand (hp, op)
ip2->fname = 0;
ip2->nominal_fname = 0;
ip2->lineno = 0;
/* This may not be exactly correct, but will give much better error
messages for nested macro calls than using a line number of zero. */
ip2->lineno = start_line;
ip2->buf = xbuf;
ip2->length = xbuf_len;
ip2->bufp = xbuf;
......
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