summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-02-18 19:19:26 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-19 10:21:06 +0100
commitdd5611579b3978eff5c4aa22dc8459b8f53c2fc0 (patch)
tree645e4092f75fe8cd073cb90858217292f756b657 /cfg.mk
parent24bb5f8fb7f14df4050cbefd27ae60fa9cef259d (diff)
downloadbison-dd5611579b3978eff5c4aa22dc8459b8f53c2fc0.tar.gz
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. Conflicts: doc/bison.texinfo src/parse-gram.y
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index a7b16c57..5659a932 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -47,7 +47,6 @@ local-checks-to-skip = \
sc_prohibit_atoi_atof \
sc_prohibit_doubled_word \
sc_prohibit_empty_lines_at_EOF \
- sc_prohibit_magic_number_exit \
sc_prohibit_strcmp
# The local directory containing the checked-out copy of gnulib used in