Subject: CVS commit: pkgsrc/devel/bison
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/29/2002 11:42:52
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Mar 29 09:42:52 UTC 2002

Modified Files:
	pkgsrc/devel/bison: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/devel/bison/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/bison/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/bison/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.