mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
fixing that comment
This commit is contained in:
parent
15141897ae
commit
f860759758
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -1901,7 +1901,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
|
|||
compile_error(parser_ctx(parser), "unknown operator: %s", parser_tokval(parser));
|
||||
goto onerr;
|
||||
#if 0
|
||||
Are there any expressions which actually end with an operator?
|
||||
/* Are there any expressions which actually end with an operator? */
|
||||
/* no operator found... must be the end of the statement */
|
||||
break;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue