(ARGMATCH_DIE_DECL): Use it.

This commit is contained in:
Jim Meyering 1999-01-16 17:18:01 +00:00
parent 3c2295f52c
commit 7316f85aaa

View File

@ -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)
{