X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargmatch.c;h=398363252175c88c6f1bfcc92af751ba156b4115;hb=d9581124c9416682b7a0d88671c32d17fffa7086;hp=4ff5a492ea75643d9ff453c7eb2fa386103b4bf9;hpb=c44a7e417ba47cd7d9a4ce609f8392f788a9e71e;p=gnulib.git diff --git a/lib/argmatch.c b/lib/argmatch.c index 4ff5a492e..398363252 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -1,5 +1,7 @@ /* argmatch.c -- find a match for a string in an array - Copyright (C) 1990, 1998, 1999, 2001, 2002 Free Software Foundation, Inc. + + Copyright (C) 1990, 1998, 1999, 2001, 2002, 2003 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -44,6 +46,10 @@ # 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)