1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-06 18:29:47 +00:00

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

This commit is contained in:
Bruce Evans 1998-06-30 18:31:17 +00:00
parent f39030436d
commit e81c798e2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37306

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