Don't output rcsid into the output parser. It may have already been

defined in an input file such as src/bin/sh/arith.y.  #if 0 it out.  I did
not add $Id$ back into the comment header (as removed from last commit).
This commit is contained in:
Tim Vanderhoek 1999-07-30 12:53:21 +00:00
parent 0ef6a34a34
commit 892d5804bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49274

View File

@ -54,9 +54,9 @@ static char const sccsid[] = "@(#)skeleton.c 5.8 (Berkeley) 4/29/95";
char *banner[] =
{
"#ifndef lint",
"#if 0",
"static char const ",
"rcsid[] = \"$Id: skeleton.c,v 1.18 1999/07/29 09:59:06 obrien Exp $\";",
"rcsid[] = \"$Id: skeleton.c,v 1.19 1999/07/30 06:40:00 obrien Exp $\";",
"#endif",
"#include <stdlib.h>",
"#define YYBYACC 1",