]> git.saurik.com Git - bison.git/commitdiff
maint: include <config.h> first
authorJim Meyering <meyering@redhat.com>
Mon, 16 Jan 2012 11:18:46 +0000 (12:18 +0100)
committerAkim Demaille <demaille@gostai.com>
Mon, 23 Jan 2012 10:30:49 +0000 (11:30 +0100)
* 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 77f114dd6e50ab39e0962f39ad9c2f2e1d347acf)

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 94055842f55c73f119a2f17f5be1dcb147a17fb4..2d4f1baf49fef326c503639143a3bc813f7bf317 100644 (file)
--- 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$$