From owner-cvs-all Fri Jul 30 5:55:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 186FC15126; Fri, 30 Jul 1999 05:55:09 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41352; Fri, 30 Jul 1999 05:53:21 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199907301253.FAA41352@freefall.freebsd.org> From: Tim Vanderhoek Date: Fri, 30 Jul 1999 05:53:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc skeleton.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/07/30 05:53:21 PDT Modified files: usr.bin/yacc skeleton.c Log: 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). Revision Changes Path 1.20 +2 -2 src/usr.bin/yacc/skeleton.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message