]> git.saurik.com Git - bison.git/commitdiff
* data/push.c, data/yacc.c: Make sure there's a newline at the end of
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 22 Oct 2006 00:28:16 +0000 (00:28 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 22 Oct 2006 00:28:16 +0000 (00:28 +0000)
the parser header file so that gcc doesn't warn.

ChangeLog
data/push.c
data/yacc.c

index 18ce38b0d0c31d014f634c3dd12531ad1f088db0..583d8eb8bfbae859023fdb1236a55d51d14c7591 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-21  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * 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  <jdenny@ces.clemson.edu>
 
        Split the default %destructor/%printer into two kinds: <*> and <!>.
index 98ece5f4ca01f3bc25dad4eeaa993e208081927f..54ea99fb7c70873a93da01eb0de8b8673a81b06b 100644 (file)
@@ -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 00b033d862ba78ea80059ef7350f2da06ce4579c..c7146e4b1b5101e1756673e91ae143e4b5682784 100644 (file)
@@ -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