mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Merge branch 'cooking' of github.com:graphitemaster/gmqcc into cooking
Conflicts: parser.c
This commit is contained in:
commit
8e87082e1d
1 changed files with 0 additions and 4 deletions
4
parser.c
4
parser.c
|
@ -1942,12 +1942,8 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
|
|||
}
|
||||
}
|
||||
if (o == operator_count) {
|
||||
/* no operator found... must be the end of the statement */
|
||||
compile_error(parser_ctx(parser), "unknown operator: %s", parser_tokval(parser));
|
||||
goto onerr;
|
||||
|
||||
/*Are there any expressions which actually end with an operator?*/
|
||||
/*break;*/
|
||||
}
|
||||
/* found an operator */
|
||||
op = &operators[o];
|
||||
|
|
Loading…
Reference in a new issue