mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-14 04:10:41 +00:00
Merge branch 'master' of https://github.com/rheit/acc
This commit is contained in:
commit
9c2c5fc850
1 changed files with 1 additions and 1 deletions
2
token.c
2
token.c
|
@ -1573,5 +1573,5 @@ void TK_SkipLine(void)
|
|||
{
|
||||
char *sourcenow = tk_SourceName;
|
||||
int linenow = tk_Line;
|
||||
do TK_NextToken(); while (tk_Line == linenow && tk_SourceName == sourcenow);
|
||||
do TK_NextToken(); while (tk_Line == linenow && tk_SourceName == sourcenow && tk_Token != TK_EOF);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue