Don't specify the skeleton twice in the example.

* examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
	file does what is needed.
This commit is contained in:
Akim Demaille
2008-07-18 09:17:00 +02:00
parent 0cc5bead40
commit 8a5783fd0c
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
Don't specify the skeleton twice in the example.
* examples/calc++/Makefile.am: Don't pass -S to Bison, the grammar
file does what is needed.
2008-11-03 Akim Demaille <demaille@gostai.com>
bench: Improve output.