Fixed the type of yyerror() (1970's style).
This commit is contained in:
parent
62108cc29b
commit
7c17533fed
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user