From: Sergey Poznyakoff Date: Fri, 22 Jun 2007 15:30:37 +0000 (+0000) Subject: (until_short): Remove `inline' qualifier. X-Git-Tag: cvs-readonly~218 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=8c390823e6ade7718fbde851fdebb6ef69d53ad5;p=gnulib.git (until_short): Remove `inline' qualifier. Otherwise, passing function as argument to `hol_entry_first_short' fails on some systems. --- diff --git a/lib/argp-help.c b/lib/argp-help.c index 396e73326..1a4131fd9 100644 --- a/lib/argp-help.c +++ b/lib/argp-help.c @@ -595,7 +595,7 @@ hol_entry_long_iterate (const struct hol_entry *entry, } /* Iterator that returns true for the first short option. */ -static inline int +static int until_short (const struct argp_option *opt, const struct argp_option *real, const char *domain, void *cookie) {