From 31283fc38a9168a3d191f1db5ff3a76bc3c4ccbf Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Sun, 22 Oct 2006 00:28:16 +0000 Subject: [PATCH] * 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. --- ChangeLog | 5 +++++ data/push.c | 2 +- data/yacc.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.50.0