mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 14:23:04 +00:00
Some host fail on `assert (!"foo")', which expands to
((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
Reported by Nelson Beebee.
* src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
`#define it_succeeded 0' and `assert (it_succeeded)'.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2001-12-18 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Some host fail on `assert (!"foo")', which expands to
|
||||
((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
|
||||
Reported by Nelson Beebee.
|
||||
|
||||
* src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
|
||||
`#define it_succeeded 0' and `assert (it_succeeded)'.
|
||||
|
||||
2001-12-17 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
* src/bison.simple (YYSTD): New macro.
|
||||
|
||||
Reference in New Issue
Block a user