Push a complete symbol, not connected parts.

* data/lalr1.cc (yypush_): Take a data_type&, not disconnected
	state, value and location.
	Adjust callers.
This commit is contained in:
Akim Demaille
2008-08-02 14:00:39 +02:00
parent 6082531abb
commit e9b0834e18
2 changed files with 20 additions and 16 deletions

View File

@@ -1,3 +1,10 @@
2008-11-09 Akim Demaille <demaille@gostai.com>
Push a complete symbol, not connected parts.
* data/lalr1.cc (yypush_): Take a data_type&, not disconnected
state, value and location.
Adjust callers.
2008-11-09 Akim Demaille <demaille@gostai.com>
Agregate yylval and yylloc.