From 2f83ef57f3a7808f56c02232efde3575e5897418 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 3 Mar 2020 08:56:27 +0100 Subject: 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. --- examples/c/bistromathic/parse.y | 5 ----- 1 file changed, 5 deletions(-) (limited to 'examples') diff --git a/examples/c/bistromathic/parse.y b/examples/c/bistromathic/parse.y index e1315ee5..02bd93f1 100644 --- a/examples/c/bistromathic/parse.y +++ b/examples/c/bistromathic/parse.y @@ -139,11 +139,6 @@ exp: // End of grammar. %% -#undef yyssp -#undef yyesa -#undef yyes -#undef yyes_capacity - /*------------. | Functions. | `------------*/ -- cgit v1.2.1