bug fix for #line directives
This commit is contained in:
parent
ed2516a57a
commit
99e74b2341
@ -752,7 +752,7 @@ do_line(l)
|
||||
struct token tk;
|
||||
int t = GetToken(&tk);
|
||||
|
||||
SkipToNewLine();
|
||||
if (t != EOF) SkipToNewLine();
|
||||
LineNumber = l; /* the number of the next input line */
|
||||
if (t == STRING) /* is there a filespecifier? */
|
||||
FileName = tk.tk_str;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user