changeset 9000:cee3977e16f7

(until_short): Remove `inline' qualifier. Otherwise, passing function as argument to `hol_entry_first_short' fails on some systems.
author Sergey Poznyakoff <gray@gnu.org.ua>
date Fri, 22 Jun 2007 15:30:37 +0000
parents a933d1ae44e8
children bd8b65e64196
files lib/argp-help.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/argp-help.c
+++ b/lib/argp-help.c
@@ -595,7 +595,7 @@
 }
 
 /* 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)
 {