From 1b622d65d8ac1de12a7a2dd3990f2b7f8e85ed00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 16 Jan 1999 17:18:01 +0000 Subject: [PATCH] (ARGMATCH_DIE_DECL): Use it. --- lib/argmatch.c | 4 ++++ 1 file changed, 4 insertions(+) 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) { -- 2.30.2