]> 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)
committerJim Meyering <meyering@redhat.com>
Thu, 19 Jan 2012 05:58:00 +0000 (06:58 +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.

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