projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6772619
)
(until_short): Remove `inline' qualifier.
author
Sergey Poznyakoff
<gray@gnu.org.ua>
Fri, 22 Jun 2007 15:30:37 +0000
(15:30 +0000)
committer
Sergey Poznyakoff
<gray@gnu.org.ua>
Fri, 22 Jun 2007 15:30:37 +0000
(15:30 +0000)
Otherwise, passing function as argument to `hol_entry_first_short'
fails on some systems.
lib/argp-help.c
patch
|
blob
|
history
diff --git
a/lib/argp-help.c
b/lib/argp-help.c
index 396e73326f9d42718b0d014721be30cfa56cad30..1a4131fd99b48bf4b1e888f85cb38f481a071125 100644
(file)
--- a/
lib/argp-help.c
+++ b/
lib/argp-help.c
@@
-595,7
+595,7
@@
hol_entry_long_iterate (const struct hol_entry *entry,
}
\f
/* Iterator that returns true for the first short option. */
-static in
line in
t
+static int
until_short (const struct argp_option *opt, const struct argp_option *real,
const char *domain, void *cookie)
{