summaryrefslogtreecommitdiffstats
path: root/games/atc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-30 18:31:17 +0000
committerbde <bde@FreeBSD.org>1998-06-30 18:31:17 +0000
commit7c17533fed086a03a32413580f8b5ff08bdb9a63 (patch)
tree3d37eccbb8f8644679d5bee73e09186343bf8ec3 /games/atc
parent62108cc29b17735716207abff6d69af34428146a (diff)
downloadFreeBSD-src-7c17533fed086a03a32413580f8b5ff08bdb9a63.zip
FreeBSD-src-7c17533fed086a03a32413580f8b5ff08bdb9a63.tar.gz
Fixed the type of yyerror() (1970's style).
Diffstat (limited to 'games/atc')
-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