From: Joel E. Denny Date: Sun, 22 Oct 2006 00:28:16 +0000 (+0000) Subject: * data/push.c, data/yacc.c: Make sure there's a newline at the end of X-Git-Tag: v2.3b~252 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/31283fc38a9168a3d191f1db5ff3a76bc3c4ccbf * 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. --- diff --git a/ChangeLog b/ChangeLog index 18ce38b0..583d8eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-21 Joel E. Denny + + * 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 Split the default %destructor/%printer into two kinds: <*> and . diff --git a/data/push.c b/data/push.c index 98ece5f4..54ea99fb 100644 --- a/data/push.c +++ b/data/push.c @@ -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 diff --git a/data/yacc.c b/data/yacc.c index 00b033d8..c7146e4b 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -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