diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-29 09:42:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-29 09:42:51 +0000 |
commit | b3a73be2d33c14cef02c01eb3e62a13606b10ef6 (patch) | |
tree | 3c0dcde3de144cf1ac275ac3f47a428f545e0c9f /devel/bison/Makefile | |
parent | c38be752d6d67859c7e2cd68caa5535d920c2341 (diff) | |
download | pkgsrc-b3a73be2d33c14cef02c01eb3e62a13606b10ef6.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/Makefile | 4 |
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 |