From owner-cvs-all Sun Jan 16 18: 4:10 2000 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 A5F481515B; Sun, 16 Jan 2000 18:04:08 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23391; Sun, 16 Jan 2000 18:04:08 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <200001170204.SAA23391@freefall.freebsd.org> From: Bruce Evans Date: Sun, 16 Jan 2000 18:04:07 -0800 (PST) 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 bde 2000/01/16 18:04:07 PST Modified files: usr.bin/yacc skeleton.c Log: Fixed breakage of K&R support in rev.1.26. yyparse() was defined as `int yyparse(;) ; { ... }' in K&R mode. Getting rid of the second unwanted semicolon in this made the ifdef tangle more tangled than before. Fixed a backwards comment in the tangle. Revision Changes Path 1.28 +8 -8 src/usr.bin/yacc/skeleton.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message