summaryrefslogtreecommitdiff
path: root/devel/bison/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-29 09:42:51 +0000
committerwiz <wiz>2002-03-29 09:42:51 +0000
commitbdd9892be9bc56595f8fec4dbb7b8e88dd94633b (patch)
tree3c0dcde3de144cf1ac275ac3f47a428f545e0c9f /devel/bison/Makefile
parent5c97fb480e914f961c5d3fca61cdb35de57f3498 (diff)
downloadpkgsrc-bdd9892be9bc56595f8fec4dbb7b8e88dd94633b.tar.gz
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.
Diffstat (limited to 'devel/bison/Makefile')
-rw-r--r--devel/bison/Makefile4
1 files changed, 2 insertions, 2 deletions
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