From owner-cvs-all Mon Jun 19 5: 6:13 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 8FBCE37BCF4; Mon, 19 Jun 2000 05:06:08 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA76846; Mon, 19 Jun 2000 05:06:08 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200006191206.FAA76846@freefall.freebsd.org> From: Stefan Esser Date: Mon, 19 Jun 2000 05:06:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine/patches patch-gc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/06/19 05:06:08 PDT Added files: emulators/wine/patches patch-gc Log: Fix compilation problem in ppy.tab.c: There is a semicolon missing in ppy.y, which is used to generate ppy.tab.c. Bison places extra semicolons in the parser state table, hiding the bug, but BYacc relies on correct syntax of the input file. Approved by: Maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message