]> git.saurik.com Git - bison.git/commit - tests/synclines.at
Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 May 2005 19:48:00 +0000 (19:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 May 2005 19:48:00 +0000 (19:48 +0000)
commit4d1801f1a888fc5687ae103fb76935ef0d24cbaf
tree771f7b1fa75409ffe21f24b86fb8950bfa299299
parent85ac3861e7c7de8877562ac0dbb1233d91c705c2
Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
* lib/bitset.c (bitset_print): Don't assume size_t can be printed
with %d format.
* lib/ebitset.c (min, max): Undef before defining.
* lib/vbitset.c (min, max): Likewise.
* lib/subpipe.c (create_subpipe): Save local variables in case
vfork clobbers them.
* tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
error message syntax used by gcc-4.0.
ChangeLog
lib/bitset.c
lib/ebitset.c
lib/subpipe.c
lib/vbitset.c
tests/synclines.at