mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-12 19:34:40 +08:00
(ARGMATCH_DIE_DECL): Use it.
This commit is contained in:
parent
3c2295f52c
commit
7316f85aaa
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user