]> git.saurik.com Git - bison.git/commit
Some host fail on `assert (!"foo")', which expands to
authorAkim Demaille <akim@epita.fr>
Tue, 18 Dec 2001 09:33:23 +0000 (09:33 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 18 Dec 2001 09:33:23 +0000 (09:33 +0000)
commitd4593e87be6c6b9520ae866894bdff1430c1f8b9
tree307e19fd65b2b39dc3d4975f81efe2c4bf5204b2
parent6b1ec1fb33d45d89074139b69d76ebfc52b0a4c6
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)'.
ChangeLog
THANKS
doc/version.texi
src/output.c
src/vcg.c