]> granicus.if.org Git - graphviz/commit
Remove use of exit() from libcommon. Mainly, the involves gvParseArgs return 0
authorEmden Gansner <erg@research.att.com>
Wed, 4 Jan 2012 19:02:41 +0000 (14:02 -0500)
committerEmden Gansner <erg@research.att.com>
Wed, 4 Jan 2012 19:02:41 +0000 (14:02 -0500)
commitff73b4084ad946d31b40d454f83836362e42e74e
tree05947bdd84fd474b4e2388791240c54239c803e9
parente3b62ac4e4f85a5e289229b9287f3acb5f739557
Remove use of exit() from libcommon. Mainly, the involves gvParseArgs return 0
on success and v if the calling function should call exit(v-1).
Added global ExitOnUsage which, if set, causes dotneato_usage to exit as usual.
cmd/dot/dot.c
lib/common/args.c
lib/common/globals.h
lib/common/input.c
lib/common/render.h
lib/common/utils.c