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:
Akim Demaille
2001-12-18 09:33:23 +00:00
parent 6b1ec1fb33
commit d4593e87be
5 changed files with 37 additions and 15 deletions

1
THANKS
View File

@@ -19,6 +19,7 @@ Keith Browne kbrowne@legato.com
Laurent Mascherpa laurent.mascherpa@epita.fr
Marc Autret autret_m@epita.fr
Neil Booth NeilB@earthling.net
Nelson H. F. Beebe beebe@math.utah.edu
Noah Friedman friedman@gnu.org
Pascal Bart pascal.bart@epita.fr
Paul Eggert eggert@twinsun.com