From 7c17533fed086a03a32413580f8b5ff08bdb9a63 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 30 Jun 1998 18:31:17 +0000 Subject: Fixed the type of yyerror() (1970's style). --- games/atc/grammar.y | 1 + 1 file changed, 1 insertion(+) (limited to 'games') 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++; -- cgit v1.1