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