* m4/extern-inline.m4 (gl_EXTERN_INLINE): For PGI CC, don't use the
keyword 'inline'.
Reported by Adam James Stewart in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00006.html
+2016-03-05 Bruno Haible <bruno@clisp.org>
+
+ extern-inline: port to PGI CC
+ * m4/extern-inline.m4 (gl_EXTERN_INLINE): For PGI CC, don't use the
+ keyword 'inline'.
+ Reported by Adam James Stewart in:
+ http://lists.gnu.org/archive/html/bug-gnulib/2016-03/msg00006.html
+
2016-02-20 Paul Eggert <eggert@cs.ucla.edu>
signbit: port back to pre-C++11 GCC
? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
: (199901L <= __STDC_VERSION__ \
&& !defined __HP_cc \
+ && !defined __PGI \
&& !(defined __SUNPRO_C && __STDC__))) \
&& !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
# define _GL_INLINE inline