Moving push traces into yypush_.

* data/lalr1.cc (yypush_): Now takes a optional trace message.
	Adjust all uses.
This commit is contained in:
Akim Demaille
2008-07-31 11:23:34 +02:00
parent 8901f32e4a
commit 9380cfd008
2 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
2008-11-07 Akim Demaille <demaille@gostai.com>
Moving push traces into yypush_.
* data/lalr1.cc (yypush_): Now takes a optional trace message.
Adjust all uses.
2008-11-07 Akim Demaille <demaille@gostai.com>
The single-stack C++ parser is now the standard one.