From owner-cvs-all Thu Sep 7 8: 1:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A95037B42C; Thu, 7 Sep 2000 08:01:18 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA47310; Thu, 7 Sep 2000 08:01:18 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200009071501.IAA47310@freefall.freebsd.org> From: Nick Hibma Date: Thu, 7 Sep 2000 08:01:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/09/07 08:01:18 PDT Modified files: usr.bin/yacc output.c Log: Fix breakage introduced in rev.1.7. yystacksize and yysslim are global and should be prefixed by YYPREFIX as well. Only relevant if -p is used. Used in cases where multiple parsers are used in executable. Revision Changes Path 1.14 +5 -1 src/usr.bin/yacc/output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message