summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-10-28 18:02:50 +0100
committerAkim Demaille <akim.demaille@gmail.com>2018-10-28 18:02:50 +0100
commitc8512e09e7b8d2f0ac326a4521044812814397ec (patch)
tree1a95e6f833dec1289a733ef95d814b21ea0f7273 /cfg.mk
parent96f503e19748bf9abea1eb6d00a350a00f923985 (diff)
downloadbison-c8512e09e7b8d2f0ac326a4521044812814397ec.tar.gz
cfg.mk: remove exceptions for timevar
They appear to be no longer needed. * cfg.mk: here.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index 8fcea629..f81d58ec 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -163,12 +163,9 @@ $(call exclude,
preprocessor_indentation=^data/|^lib/|^src/parse-gram.[ch]$$ \
program_name=^lib/main.c$$ \
prohibit_always-defined_macros=^data/yacc.c$$|^djgpp/ \
- prohibit_always-defined_macros+=?|^lib/timevar.c$$ \
prohibit_always-defined_macros+=?|^src/(parse-gram.c|system.h)$$ \
prohibit_always-defined_macros+=?|^tests/regression.at$$ \
- prohibit_always_true_header_tests=^djgpp/subpipe.h$$|^lib/timevar.c$$ \
- prohibit_always_true_header_tests+=?|^m4/timevar.m4$$ \
- prohibit_defined_have_decl_tests=?|^lib/timevar.c$$ \
+ prohibit_always_true_header_tests=^djgpp/subpipe.h$$ \
prohibit_doubled_word=^tests/named-refs.at$$ \
prohibit_magic_number_exit=^doc/bison.texi$$ \
prohibit_magic_number_exit+=?|^tests/(conflicts|regression).at$$ \