Fixed the type of yyerror() (1970's style).

This commit is contained in:
bde 1998-06-30 18:31:17 +00:00
parent 62108cc29b
commit 7c17533fed

View File

@ -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++;