mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
yacc.c: push: undefine the pstate macros for the epilogue
* data/skeletons/yacc.c (b4_macro_define, b4_macro_undef) (b4_pstate_macro_define, b4_parse_state_variable_macros): New. Use them. * examples/c/bistromathic/parse.y: Remove now useless undefs.
This commit is contained in:
@@ -139,11 +139,6 @@ exp:
|
||||
// End of grammar.
|
||||
%%
|
||||
|
||||
#undef yyssp
|
||||
#undef yyesa
|
||||
#undef yyes
|
||||
#undef yyes_capacity
|
||||
|
||||
/*------------.
|
||||
| Functions. |
|
||||
`------------*/
|
||||
|
||||
Reference in New Issue
Block a user