if NOPP: made #line directives treated correctly
This commit is contained in:
parent
1384666eb9
commit
2e7633971a
@ -650,7 +650,7 @@ domacro()
|
|||||||
SkipRestOfLine();
|
SkipRestOfLine();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
LineNumber = tk.tk_ival;
|
LineNumber = tk.tk_ival - 1; /* number of the next line */
|
||||||
if ((tok = GetToken(&tk)) == STRING)
|
if ((tok = GetToken(&tk)) == STRING)
|
||||||
FileName = tk.tk_bts;
|
FileName = tk.tk_bts;
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user