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

View File

@@ -1,4 +1,4 @@
@set UPDATED 13 December 2001
@set UPDATED 18 December 2001
@set UPDATED-MONTH December 2001
@set EDITION 1.30h
@set VERSION 1.30h