summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-12-07 11:34:51 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-12-07 11:34:51 +0100
commit1a9ac9bdba716507e86ce69920260f132971bfa6 (patch)
treed21a023fc6f4f46b3b404698bdcd2c5b6eca8e39 /cfg.mk
parent9318e335c809a832078e8efad4054cbb456ad1da (diff)
downloadbison-1a9ac9bdba716507e86ce69920260f132971bfa6.tar.gz
build: fix syntax-check error.
* cfg.mk: Exclude names-refs, it includes a "double" if (end of first line, first of second line below). test.y:43.12-44.59: symbol not found in production: if if-stmt-a: IF expr[cond] THEN stmt.list[then] ELSE stmt.list[else] FI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 3f244aab..e77312ee 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -83,6 +83,7 @@ $(call exclude, \
prohibit_always-defined_macros+=?|^src/(parse-gram.c|system.h)$$ \
prohibit_always-defined_macros+=?|^tests/regression.at$$ \
prohibit_defined_have_decl_tests=?|^lib/timevar.c$$ \
+ prohibit_doubled_word=^tests/named-refs.at$$ \
prohibit_magic_number_exit=^doc/bison.texi$$ \
prohibit_magic_number_exit+=?|^tests/(conflicts|regression).at$$ \
require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \