From 5da860fa050a3c42d4026cd856850f1ff1b8fc24 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 29 Jul 1999 09:59:06 +0000 Subject: [PATCH] Follow the directions in the comments and add our Id string to the output file. --- usr.bin/yacc/skeleton.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/yacc/skeleton.c b/usr.bin/yacc/skeleton.c index 7a00b480649c..d52fe2ba9a3f 100644 --- a/usr.bin/yacc/skeleton.c +++ b/usr.bin/yacc/skeleton.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: skeleton.c,v 1.16 1999/07/29 08:47:30 obrien Exp $ + * $Id: skeleton.c,v 1.17 1999/07/29 09:42:14 obrien Exp $ */ #ifndef lint @@ -58,6 +58,7 @@ char *banner[] = { "#ifndef lint", "static char const yysccsid[] = \"@(#)yaccpar 1.9 (Berkeley) 02/21/93\";", + "static char const yyrcsid[] = \"$Id$\";", "#endif", "#include ", "#define YYBYACC 1",