bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 07/11] maint: include <config.h> first


From: Jim Meyering
Subject: [PATCH 07/11] maint: include <config.h> first
Date: Wed, 18 Jan 2012 11:30:53 +0100

From: Jim Meyering <address@hidden>

* 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.
---
 ChangeLog |    5 ++++-
 cfg.mk    |    1 +
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index daf4d7d..934a698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 2012-01-15  Jim Meyering  <address@hidden>

-       build: include <config.h> from lib/yyerror.c
+       maint: include <config.h> first
        * lib/yyerror.c: Include <config.h>.
+       * 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.

        maint: list djgpp/subpipe.c in po/POTFILES.in
        * po/POTFILES.in: Add djgpp/subpipe.c.
diff --git a/cfg.mk b/cfg.mk
index 9405584..2d4f1ba 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$$
-- 
1.7.9.rc1.2.gccfe4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]