]> git.saurik.com Git - bison.git/commit
tests: fix regressions.
authorAkim Demaille <demaille@gostai.com>
Tue, 21 Feb 2012 14:38:09 +0000 (15:38 +0100)
committerAkim Demaille <demaille@gostai.com>
Tue, 21 Feb 2012 14:42:13 +0000 (15:42 +0100)
commit459a57a90ff6fc8209498b7d5bc6e33d5e633f23
tree375695ad23a720a3a2e838fd487004780fba3e97
parent4c4d35394d1bdb4dc3392482ab002bc111a3378f
tests: fix regressions.

Exit status 63 is documented for version-mismatch.
* bootstrap.conf (gnulib_modules): Remove sysexits.
* src/system.h (EX_MISMATCH): Define.
* src/parse-gram.y (version_check): Use it instead of EX_CONFIG.

Missing includes.
* tests/calc.at, tests/named-refs.at: Include assert.h.
bootstrap.conf
etc/bench.pl.in
src/parse-gram.y
src/system.h
tests/calc.at
tests/named-refs.at