]> git.saurik.com Git - bison.git/commit - tests/named-refs.at
maint: avoid "magic number exit".
authorAkim Demaille <demaille@gostai.com>
Sat, 18 Feb 2012 18:19:26 +0000 (19:19 +0100)
committerAkim Demaille <demaille@gostai.com>
Sat, 18 Feb 2012 18:32:18 +0000 (19:32 +0100)
commitd0f2b7f8566c186f34392efeedbab08c2ae72129
treea253b56163a4689dadbd019b74914f64b5780f90
parenteff97eb54a1ff17da66f9d1c746eb009feeba889
maint: avoid "magic number exit".

* cfg.mk (local-checks-to-skip): No longer skip it.
* bootstrap.conf (gnulib_modules): Add sysexits.
* doc/bison.texinfo, etc/bench.pl.in, src/parse-gram.y,
* src/system.h, tests/calc.at, tests/named-refs.at: Use assert
where appropriate instead of "if (...) exit".
Use symbolic exit status elsewhere.
bootstrap.conf
cfg.mk
doc/bison.texinfo
etc/bench.pl.in
lib/.gitignore
m4/.gitignore
src/parse-gram.y
src/system.h
tests/calc.at
tests/named-refs.at