aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1999-07-30 13:04:19 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1999-07-30 13:04:19 +0000
commit593bbda37661c6f6c4ba2fac02969da776bf3b60 (patch)
treef19aae0b332661120b2b93e6297f3572fbd7c179 /usr.bin
parentc809f5b9e0b45d93229c41329bf71d894d158b1d (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/yacc/skeleton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c
index c17d919f2f26f..801248ed116e6 100644
--- a/usr.bin/yacc/skeleton.c
+++ b/usr.bin/yacc/skeleton.c
@@ -54,9 +54,9 @@ static char const sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95";
char *banner[] =
{
- "#if 0",
+ "#ifndef lint",
"static char const ",
- "rcsid[] = \"$Id: skeleton.c,v 1.19 1999/07/30 06:40:00 obrien Exp $\";",
+ "_yacc-parser_rcsid[] = \"$Id: skeleton.c,v 1.20 1999/07/30 12:53:21 hoek Exp $\";",
"#endif",
"#include <stdlib.h>",
"#define YYBYACC 1",