From 8c390823e6ade7718fbde851fdebb6ef69d53ad5 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 22 Jun 2007 15:30:37 +0000 Subject: [PATCH] (until_short): Remove `inline' qualifier. Otherwise, passing function as argument to `hol_entry_first_short' fails on some systems. --- lib/argp-help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/argp-help.c b/lib/argp-help.c index 396e73326f..1a4131fd99 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) { -- 2.30.2