Fail on parse error in calc++.

* doc/bison.texinfo (calc++.cc): Propagate failures to the exit
	status.
	* examples/calc++/test ($me, $number, $exit, run): New.
	Use them to propagate errors to the exit status.
This commit is contained in:
Akim Demaille
2008-07-18 10:20:31 +02:00
parent 8a5783fd0c
commit 414c76a461
3 changed files with 45 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
2008-11-03 Akim Demaille <demaille@gostai.com>
Fail on parse error in calc++.
* doc/bison.texinfo (calc++.cc): Propagate failures to the exit
status.
* examples/calc++/test ($me, $number, $exit, run): New.
Use them to propagate errors to the exit status.
2008-11-03 Akim Demaille <demaille@gostai.com>
Don't specify the skeleton twice in the example.