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
commit25905466c16d7d87f7f71999ae868e20f3b990c9 (patch)
tree3c0dcde3de144cf1ac275ac3f47a428f545e0c9f /devel/bison/Makefile
parent3d21777b26993108260b3c9600be6aa2525495de (diff)
downloadpkgsrc-25905466c16d7d87f7f71999ae868e20f3b990c9.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