(ARGMATCH_DIE_DECL): Use it.
authorJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 17:18:01 +0000 (17:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 17:18:01 +0000 (17:18 +0000)
lib/argmatch.c

index 9ac9bdb..fc85fbf 100644 (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)
 {