Destroy the lhs symbols after reduction.

* data/lalr1-fusion.cc (parse): After the user action, when in
	variant mode, destroy the lhs symbols.
This commit is contained in:
Akim Demaille
2008-07-21 11:39:55 +02:00
parent d7f4d82382
commit f8a95c9c12
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
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.