Bug#340012: bison: Bison redefines malloc and free differently from stdlib.h

2006-05-21 Thread Paul Eggert
This bug is fixed in Bison 2.2 (2006-05-19). ftp://ftp.gnu.org/gnu/bison/bison-2.2.tar.gz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#340012: bison: Bison redefines malloc and free differently from stdlib.h

2005-11-20 Thread Guillaume Melquiond
Package: bison Version: 1:2.1-0.2 Severity: normal This error appeared recently and prevents the compilation of parsers written in C++. Not sure if it is actually caused by Bison or GCC or the libc, but Bison should perhaps try not to define these symbols on its own. parser/parser.cpp:259: err