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.
(cherry picked from commit 77f114dd6e)
This commit is contained in:
Jim Meyering
2012-01-16 12:18:46 +01:00
committed by Akim Demaille
parent 792aeb0017
commit 81c5003f91

1
cfg.mk
View File

@@ -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$$