projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42afee9
)
(ARGMATCH_DIE_DECL): Use it.
author
Jim Meyering
<jim@meyering.net>
Sat, 16 Jan 1999 17:18:01 +0000
(17:18 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 16 Jan 1999 17:18:01 +0000
(17:18 +0000)
lib/argmatch.c
patch
|
blob
|
history
diff --git
a/lib/argmatch.c
b/lib/argmatch.c
index 9ac9bdbfcb3c26bd17bf31647c10efbcfb7d019e..fc85fbfa608105012ee9667e39a962fe2c5cc80f 100644
(file)
--- 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)
{