mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Parse away the semicolon after an assignment
This commit is contained in:
parent
02b4c7b7c1
commit
532aaba87d
1 changed files with 2 additions and 0 deletions
2
parser.c
2
parser.c
|
@ -240,6 +240,8 @@ bool parser_do(parser_t *parser)
|
|||
return false;
|
||||
}
|
||||
|
||||
(void)parser_next(parser);
|
||||
|
||||
return true;
|
||||
}
|
||||
else if (parser->tok == TOKEN_KEYWORD)
|
||||
|
|
Loading…
Reference in a new issue