projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9cf1f1
)
Correct order
author
Dale Weiler <killfieldengine@gmail.com>
Sat, 15 Jun 2013 09:52:22 +0000
(09:52 +0000)
committer
Dale Weiler <killfieldengine@gmail.com>
Sat, 15 Jun 2013 09:52:22 +0000
(09:52 +0000)
parser.c
patch
|
blob
|
history
diff --git
a/parser.c
b/parser.c
index 2efeafd1fc604e9e1d3bf85050d130873e486c89..c92e51c9b005bbcee77bb378ac57de3d2dfc7222 100644
(file)
--- a/
parser.c
+++ b/
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" \