(until_short): Remove `inline' qualifier.
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 22 Jun 2007 15:30:37 +0000 (15:30 +0000)
committerSergey 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

index 396e733..1a4131f 100644 (file)
@@ -595,7 +595,7 @@ hol_entry_long_iterate (const struct hol_entry *entry,
 }
 \f
 /* 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)
 {