From: Jim Meyering Date: Sat, 16 Jan 1999 17:18:01 +0000 (+0000) Subject: (ARGMATCH_DIE_DECL): Use it. X-Git-Tag: TEXTUTILS-1_22h~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7316f85aaacb7a711dd8ab95806ace37de2f374d;p=thirdparty%2Fcoreutils.git (ARGMATCH_DIE_DECL): Use it. --- diff --git a/lib/argmatch.c b/lib/argmatch.c index 9ac9bdbfcb..fc85fbfa60 100644 --- a/lib/argmatch.c +++ b/lib/argmatch.c @@ -61,6 +61,10 @@ extern char *program_name; # define ARGMATCH_DIE exit (EXIT_FAILURE) #endif +#ifdef ARGMATCH_DIE_DECL +ARGMATCH_DIE_DECL; +#endif + static void __argmatch_die (void) {