if NOPP: made #line directives treated correctly
This commit is contained in:
parent
dad1ab3b22
commit
f21743e213
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue