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:
parent
f39030436d
commit
e81c798e2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37306
@ -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…
x
Reference in New Issue
Block a user