"warning: C99 inline functions are not supported; using GNU89".
+2007-10-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
+ "warning: C99 inline functions are not supported; using GNU89".
+
2007-10-12 Bruno Haible <bruno@clisp.org>
* lib/ceil.c (FUNC): Avoid rounding errors for values near a power
#endif
#ifndef ARGP_FS_EI
-#define ARGP_FS_EI extern inline
+# if __GNUC_GNU_INLINE__
+# define ARGP_FS_EI extern inline __attribute__ ((__gnu_inline__))
+# elif __GNUC__
+# define ARGP_FS_EI extern inline
+# else
+# define ARGP_FS_EI inline
+# endif
#endif
ARGP_FS_EI size_t