summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-07-30 13:04:19 +0000
committerhoek <hoek@FreeBSD.org>1999-07-30 13:04:19 +0000
commiteb38eb9c6315c4ef0c2f81df59092c26b1ef3bc4 (patch)
tree6f61ee274587dd00ac70b9600a86b1b28e9e56f4 /usr.bin/yacc
parent498d2c9ba8871f374d759025d091b07ba867adec (diff)
downloadFreeBSD-src-eb38eb9c6315c4ef0c2f81df59092c26b1ef3bc4.zip
FreeBSD-src-eb38eb9c6315c4ef0c2f81df59092c26b1ef3bc4.tar.gz
Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
(one always gets these ideas just after the commit).
Diffstat (limited to 'usr.bin/yacc')
-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 c17d919..801248e 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",
OpenPOWER on IntegriCloud