summaryrefslogtreecommitdiff
path: root/lib/argmatch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 17:18:01 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 17:18:01 +0000
commit7316f85aaacb7a711dd8ab95806ace37de2f374d (patch)
tree7550ffafd788bdfec2a33ac7075701b70fc912b2 /lib/argmatch.c
parent3c2295f52c58e62b76bc2bc68190d6c33efdc154 (diff)
downloadcoreutils-7316f85aaacb7a711dd8ab95806ace37de2f374d.tar.xz
(ARGMATCH_DIE_DECL): Use it.
Diffstat (limited to 'lib/argmatch.c')
-rw-r--r--lib/argmatch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/argmatch.c b/lib/argmatch.c
index 9ac9bdbfc..fc85fbfa6 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)
{