diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 6beccf59df7d..f765c912f5c8 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -59,11 +59,14 @@ __FBSDID("$FreeBSD$"); const char *banner[] = { + "#include ", "#ifndef lint", + "#ifdef __unused", + "__unused", + "#endif", "static char const ", "yyrcsid[] = \"$FreeBSD$\";", "#endif", - "#include ", "#define YYBYACC 1", "#define YYMAJOR 1", "#define YYMINOR 9",