summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/atc/grammar.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/atc/grammar.y b/games/atc/grammar.y
index c54ba2c..6a2694a 100644
--- a/games/atc/grammar.y
+++ b/games/atc/grammar.y
@@ -320,6 +320,7 @@ check_line(x1, y1, x2, y2)
}
yyerror(s)
+ char *s;
{
fprintf(stderr, "\"%s\": line %d: %s\n", file, line, s);
errors++;
OpenPOWER on IntegriCloud