]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - argp/argp-help.c
Update.
[thirdparty/glibc.git] / argp / argp-help.c
index af23d93fe27779cb24a6c9b47a40271ba6af7ce8..208fd86d6bd74502b00f8d26c4c20cd2b88c6478 100644 (file)
@@ -1,5 +1,5 @@
 /* Hierarchial argument parsing help output
-   Copyright (C) 1995-2000, 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 1995-2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Miles Bader <miles@gnu.ai.mit.edu>.
 
@@ -521,7 +521,7 @@ hol_free (struct hol *hol)
   free (hol);
 }
 \f
-static inline int
+static int
 hol_entry_short_iterate (const struct hol_entry *entry,
                         int (*func)(const struct argp_option *opt,
                                     const struct argp_option *real,