X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnu%2Fargp-help.c;fp=gnu%2Fargp-help.c;h=7acfdac8e551ddbf5532812ce96601962644aa99;hb=1a44d77d50f4fb37c0410eed04b82303624ea2ec;hp=ab1262a623c8cff9c853487ee0168d96f89e7153;hpb=dda6367c9eac71da8f2ab1c60b3df60f19ce4755;p=debian%2Ftar diff --git a/gnu/argp-help.c b/gnu/argp-help.c index ab1262a6..7acfdac8 100644 --- a/gnu/argp-help.c +++ b/gnu/argp-help.c @@ -1,7 +1,7 @@ /* -*- buffer-read-only: t -*- vi: set ro: */ /* DO NOT EDIT! GENERATED AUTOMATICALLY! */ /* Hierarchial argument parsing help output - Copyright (C) 1995-2005, 2007, 2009-2010 Free Software Foundation, Inc. + Copyright (C) 1995-2005, 2007, 2009-2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Miles Bader . @@ -572,7 +572,9 @@ hol_entry_short_iterate (const struct hol_entry *entry, } static inline int +#if __GNUC__ >= 3 __attribute__ ((always_inline)) +#endif hol_entry_long_iterate (const struct hol_entry *entry, int (*func)(const struct argp_option *opt, const struct argp_option *real,