mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 17:11:32 +00:00
Correct order
This commit is contained in:
parent
b9cf1f1262
commit
202fc67f93
1 changed files with 1 additions and 1 deletions
2
parser.c
2
parser.c
|
@ -1046,7 +1046,7 @@ static bool parser_sy_apply_operator(parser_t *parser, shunt *sy)
|
|||
ast_type_to_string(exprs[(I)], ty1, sizeof(ty1)); \
|
||||
compile_error ( \
|
||||
ast_ctx(exprs[(I)]), \
|
||||
"invalid type for bit-xor in %s: %s", \
|
||||
"invalid type `%s` for bit-xor in %s", \
|
||||
ty1, \
|
||||
((I) == 0) \
|
||||
? "left-hand-side of expression" \
|
||||
|
|
Loading…
Reference in a new issue