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