Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]

(one always gets these ideas just after the commit).
This commit is contained in:
Tim Vanderhoek 1999-07-30 13:04:19 +00:00
parent c809f5b9e0
commit 593bbda376
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49277

View File

@ -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",