summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-16 12:18:46 +0100
committerJim Meyering <meyering@redhat.com>2012-01-19 06:58:00 +0100
commit77f114dd6e50ab39e0962f39ad9c2f2e1d347acf (patch)
treee68b248e4bfe463ecb23236af88a69587e00690c
parentcf33c228e08142e3ef715105a191db24ec980ca8 (diff)
downloadbison-77f114dd6e50ab39e0962f39ad9c2f2e1d347acf.tar.gz
maint: include <config.h> first
* cfg.mk (exclude_file_name_regexp--sc_require_config_h_first): Exempt data/glr.c and data/yacc.c from the include-config.h-first requirement.
-rw-r--r--cfg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 94055842..2d4f1baf 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -55,3 +55,4 @@ update-copyright-env = \
UPDATE_COPYRIGHT_FORCE=1 UPDATE_COPYRIGHT_USE_INTERVALS=1
exclude_file_name_regexp--sc_space_tab = ^tests/(input|c\+\+)\.at$$
+exclude_file_name_regexp--sc_require_config_h_first = ^data/(glr|yacc)\.c$$