* 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.
This commit is contained in:
Joel E. Denny
2006-10-22 00:28:16 +00:00
parent 12e3584054
commit 31283fc38a
3 changed files with 7 additions and 2 deletions

View File

@@ -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 <!>.

View 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

View 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