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-23 16:10:08 +0100
commitda209f943b44fd407436db79ac8e6a56f569ab9c (patch)
treeef5cac35757f8dfbc1846b4c9a60cb56b7fa8546 /etc
parent71cbc1ac1a0b35b2488b109b031685b641868846 (diff)
downloadbison-da209f943b44fd407436db79ac8e6a56f569ab9c.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. (cherry picked from commit 459a57a90ff6fc8209498b7d5bc6e33d5e633f23)
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 ff3ce230..4d480d5e 100755
--- a/etc/bench.pl.in
+++ b/etc/bench.pl.in
@@ -134,8 +134,8 @@ sub calc_grammar ($$$)
or die;
print $out <<EOF;
%{
+#include <assert.h>
#include <stdio.h>
-
#include <stdlib.h>
#include <string.h>
#include <ctype.h>