From bdd9892be9bc56595f8fec4dbb7b8e88dd94633b Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 29 Mar 2002 09:42:51 +0000 Subject: Update to 1.35: * C Skeleton Some projects use Bison's C parser with C++ compilers, and define YYSTYPE as a class. The recent adjustment of C parsers for data alignment and 64 bit architectures made this impossible. Because for the time being no real solution for C++ parser generation exists, kludges were implemented in the parser to maintain this use. In the future, when Bison has C++ parsers, this kludge will be disabled. This kludge also addresses some C++ problems when the stack was extended. --- devel/bison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/bison/Makefile') diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 0cd23409ded..6cdd2fa5a79 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2002/03/22 19:28:31 tron Exp $ +# $NetBSD: Makefile,v 1.32 2002/03/29 09:42:51 wiz Exp $ -DISTNAME= bison-1.34 +DISTNAME= bison-1.35 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=bison/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3