template/bison/yacc.c in lrama-0.6.3 vs template/bison/yacc.c in lrama-0.6.4
- old
+ new
@@ -1143,10 +1143,15 @@
if (!yymsg)
yymsg = "Deleting";
YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp<%= output.user_args %>);
YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN
- YY_USE (yykind);
+ switch (yykind)
+ {
+<%= output.symbol_actions_for_destructor -%>
+ default:
+ break;
+ }
YY_IGNORE_MAYBE_UNINITIALIZED_END
}