Correct order

This commit is contained in:
Dale Weiler 2013-06-15 09:52:22 +00:00
parent b9cf1f1262
commit 202fc67f93

View file

@ -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" \