From 3da69c62ed725447f7d0631af41925f281f2e945 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 13 Sep 2003 10:19:33 +0000 Subject: Include exit.h. (EXIT_FAILURE): Remove; now done by exit.h --- lib/argmatch.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/argmatch.c') diff --git a/lib/argmatch.c b/lib/argmatch.c index 398363252..86a01eb5b 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -35,6 +35,7 @@ #define _(msgid) gettext (msgid) #include "error.h" +#include "exit.h" #include "quotearg.h" #include "quote.h" #include "unlocked-io.h" @@ -46,10 +47,6 @@ # define ARGMATCH_QUOTING_STYLE locale_quoting_style #endif -#ifndef EXIT_FAILURE -# define EXIT_FAILURE 1 -#endif - /* Non failing version of argmatch call this function after failing. */ #ifndef ARGMATCH_DIE # define ARGMATCH_DIE exit (EXIT_FAILURE) -- cgit v1.2.3-54-g00ecf