]> git.saurik.com Git - bison.git/commit
Use C99-style bool instead of our own style.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:43:50 +0000 (04:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 04:43:50 +0000 (04:43 +0000)
commitb4afb6bbe51c7355a2e3efb19c16f72cc36a23d3
treee9ab149d29a0d80c72f855b297f0887beadf1b04
parent637c4b283c0c39542f241644dc4dd733ba94ce1b
Use C99-style bool instead of our own style.

(reader): Use EXIT_FAILURE and EXIT_SUCCESS rather than 1 and 0.
src/reader.c