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