=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/yacc/skeleton.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src/usr.bin/yacc/skeleton.c 2005/06/10 16:40:45 1.24 +++ src/usr.bin/yacc/skeleton.c 2006/04/20 03:07:36 1.25 @@ -1,4 +1,4 @@ -/* $OpenBSD: skeleton.c,v 1.24 2005/06/10 16:40:45 pvalchev Exp $ */ +/* $OpenBSD: skeleton.c,v 1.25 2006/04/20 03:07:36 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.24 2005/06/10 16:40:45 pvalchev Exp $\";", + " = \"$OpenBSD: skeleton.c,v 1.25 2006/04/20 03:07:36 deraadt Exp $\";", "#endif", "#include ", "#define YYBYACC 1", @@ -127,6 +127,7 @@ "#endif", "#endif", "#define YYINITSTACKSIZE 200", + "/* LINTED YYDEBUG */", "int yydebug;", "int yynerrs;", "int yyerrflag;",