* src/vcg.c: Remove includes of complain.h' and xalloc.h'.

(get_xxxx_str): Use assert () instead of complain ().
Remove return invokations in default cases.
(get_decision_str): Modify default behaviour. Remove second argument.
Echo modifications on calls.
(output_graph): Fix.
This commit is contained in:
Marc Autret
2001-08-16 20:01:14 +00:00
parent 78632bbcdc
commit af550e2927
2 changed files with 40 additions and 55 deletions

View File

@@ -1,3 +1,12 @@
2001-08-16 Marc Autret <autret_m@epita.fr>
* src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
(get_xxxx_str): Use assert () instead of complain ().
Remove return invokations in default cases.
(get_decision_str): Modify default behaviour. Remove second argument.
Echo modifications on calls.
(output_graph): Fix.
2001-08-16 Marc Autret <autret_m@epita.fr>
* src/getargs.c (usage): Update with ``-g, --graph''.