=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/yacc/skeleton.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/yacc/skeleton.c 2006/04/20 03:07:36 1.25 +++ src/usr.bin/yacc/skeleton.c 2006/04/20 16:51:32 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: skeleton.c,v 1.25 2006/04/20 03:07:36 deraadt Exp $ */ +/* $OpenBSD: skeleton.c,v 1.26 2006/04/20 16:51:32 deraadt Exp $ */ /* $NetBSD: skeleton.c,v 1.10 1996/03/25 00:36:18 mrg Exp $ */ /* @@ -63,7 +63,7 @@ "#if __GNUC__ >= 2", " __attribute__ ((unused))", "#endif /* __GNUC__ >= 2 */", - " = \"$OpenBSD: skeleton.c,v 1.25 2006/04/20 03:07:36 deraadt Exp $\";", + " = \"$OpenBSD: skeleton.c,v 1.26 2006/04/20 16:51:32 deraadt Exp $\";", "#endif", "#include ", "#define YYBYACC 1", @@ -127,7 +127,7 @@ "#endif", "#endif", "#define YYINITSTACKSIZE 200", - "/* LINTED YYDEBUG */", + "/* LINTUSED */", "int yydebug;", "int yynerrs;", "int yyerrflag;",