bison-patches
[Top][All Lists]
Advanced

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

newline at end of parser header


From: Joel E. Denny
Subject: newline at end of parser header
Date: Sat, 21 Oct 2006 20:28:16 -0400 (EDT)

I commited this.

Index: ChangeLog
===================================================================
RCS file: /sources/bison/bison/ChangeLog,v
retrieving revision 1.1594
diff -p -u -r1.1594 ChangeLog
--- ChangeLog   21 Oct 2006 10:03:34 -0000      1.1594
+++ ChangeLog   22 Oct 2006 00:25:28 -0000
@@ -1,5 +1,10 @@
 2006-10-21  Joel E. Denny  <address@hidden>
 
+       * data/push.c, data/yacc.c: Make sure there's a newline at the end of
+       the parser header file so that gcc doesn't warn.
+
+2006-10-21  Joel E. Denny  <address@hidden>
+
        Split the default %destructor/%printer into two kinds: <*> and <!>.
        Discussed starting at
        <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00060.html>.
Index: data/push.c
===================================================================
RCS file: /sources/bison/bison/data/push.c,v
retrieving revision 1.7
diff -p -u -r1.7 push.c
--- data/push.c 15 Oct 2006 12:37:07 -0000      1.7
+++ data/push.c 22 Oct 2006 00:25:29 -0000
@@ -1754,5 +1754,5 @@ enum { YYPUSH_MORE = 4 };])[
 
 m4_ifdef([b4_provides],
 [[/* Copy the %provides blocks.  */
-]b4_user_provides])[]dnl
+]b4_user_provides])[]
 ])dnl b4_defines_if
Index: data/yacc.c
===================================================================
RCS file: /sources/bison/bison/data/yacc.c,v
retrieving revision 1.154
diff -p -u -r1.154 yacc.c
--- data/yacc.c 15 Oct 2006 12:37:07 -0000      1.154
+++ data/yacc.c 22 Oct 2006 00:25:29 -0000
@@ -1531,5 +1531,5 @@ typedef struct YYLTYPE
 
 m4_ifdef([b4_provides],
 [[/* Copy the %provides blocks.  */
-]b4_user_provides])[]dnl
+]b4_user_provides])[]
 ])dnl b4_defines_if




reply via email to

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