summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-02-21 15:38:09 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-21 15:42:13 +0100
commit459a57a90ff6fc8209498b7d5bc6e33d5e633f23 (patch)
tree375695ad23a720a3a2e838fd487004780fba3e97 /etc
parent4c4d35394d1bdb4dc3392482ab002bc111a3378f (diff)
downloadbison-459a57a90ff6fc8209498b7d5bc6e33d5e633f23.tar.gz
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.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/bench.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bench.pl.in b/etc/bench.pl.in
index 0bee4df1..5d83fc7b 100755
--- a/etc/bench.pl.in
+++ b/etc/bench.pl.in
@@ -371,8 +371,8 @@ sub generate_grammar_calc ($$@)
or die;
print $out <<EOF;
%{
+#include <assert.h>
#include <stdio.h>
-
#include <stdlib.h>
#include <string.h>
#include <ctype.h>