if NOPP: made #line directives treated correctly

This commit is contained in:
erikb 1986-09-22 13:04:04 +00:00
parent dad1ab3b22
commit f21743e213

View file

@ -650,7 +650,7 @@ domacro()
SkipRestOfLine();
return;
}
LineNumber = tk.tk_ival;
LineNumber = tk.tk_ival - 1; /* number of the next line */
if ((tok = GetToken(&tk)) == STRING)
FileName = tk.tk_bts;
else