mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* 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:
@@ -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 <!>.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user