bug-bison
[Top][All Lists]
Advanced

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

[PATCH 06/11] build: include <config.h> from lib/yyerror.c


From: Jim Meyering
Subject: [PATCH 06/11] build: include <config.h> from lib/yyerror.c
Date: Wed, 18 Jan 2012 11:30:52 +0100

From: Jim Meyering <address@hidden>

* lib/yyerror.c: Include <config.h>.
---
 ChangeLog     |    3 +++
 lib/yyerror.c |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 48bdb65..daf4d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-15  Jim Meyering  <address@hidden>

+       build: include <config.h> from lib/yyerror.c
+       * lib/yyerror.c: Include <config.h>.
+
        maint: list djgpp/subpipe.c in po/POTFILES.in
        * po/POTFILES.in: Add djgpp/subpipe.c.

diff --git a/lib/yyerror.c b/lib/yyerror.c
index 7db92bc..5eb339f 100644
--- a/lib/yyerror.c
+++ b/lib/yyerror.c
@@ -17,6 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

+#include <config.h>
 #include <stdio.h>

 int yyerror (char const *);
-- 
1.7.9.rc1.2.gccfe4




reply via email to

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