+2008-11-03 Akim Demaille <demaille@gostai.com>
+
+ Destroy the lhs symbols after reduction.
+ * data/lalr1-fusion.cc (parse): After the user action, when in
+ variant mode, destroy the lhs symbols.
+
2008-11-03 Akim Demaille <demaille@gostai.com>
Simplify yysyntax_error_ use.
else
yyval = yystack_@{0@}.value;])[
+ // Compute the default @@$.
{
slice<data_type, stack_type> slice (yystack_, yylen);
YYLLOC_DEFAULT (yyloc, slice, yylen);
}
+
+ // Perform the reduction.
YY_REDUCE_PRINT (yyn);
switch (yyn)
{
}
YY_SYMBOL_PRINT ("-> $$ =", yyr1_[yyn], yyval, yyloc);
+]b4_variant_if([
+ // Destroy the lhs symbols.
+ for (unsigned i = 0; i < yylen; ++i)
+ {
+ b4_symbol_variant([[yystos_[yystack_@{i@}.state]]],
+ [[yystack_@{i@}.value]],
+ [[destroy]])
+ }])dnl
+[
yypop_ (yylen);
yylen = 0;
YY_STACK_PRINT ();