(getargs): Use EXIT_FAILURE and EXIT_SUCCESS rather than 1 and 0.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 05:06:21 +0000 (05:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 22 Oct 2002 05:06:21 +0000 (05:06 +0000)
commit0df27e8b2d9d6fb2d49392acf6581cfcf8ea5093
tree2210220758d52075b98ce310e60def11e9652ce0
parent901ec1537a0ceb980398a5395751ea0e445c4ce5
(getargs): Use EXIT_FAILURE and EXIT_SUCCESS rather than 1 and 0.
Remove duplicate code for "Try `bison --help'".
(usage):  Add __attribute__((__noreturn__)).
src/getargs.c