(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 23:02:45 +0000 (23:02 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 23:02:45 +0000 (23:02 +0000)
commitc2c0e244dfbd92df371de4d89830545ef7816b3c
treefc6dbece95bc9e52880355f682875154655bfc5e
parent96b4adbea0c06b07baa35e716dc302a58aa4c970
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(main): Use initialize_exit_failure rather than
setting exit_failure directly; this optimizes away redundant assignments.
(EXPR_FAILURE): Renamed from EXPR_ERROR, for
consistency with the other programs' naming conventions.
All uses changed.
src/expr.c