diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-10 07:55:38 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-03-10 07:59:19 -0800 |
commit | 741a6f8ed4286e36f0c64256d7eda79e9c394f62 (patch) | |
tree | fd6c04f81f0771c360941576e520796499666c28 /m4 | |
parent | 7352c6c695db8b90b63c2601277d64a32507d2bb (diff) |
Sync with gnulib
This incorporates:
2016-03-08 intprops: make .h file license match module
2016-03-08 acl: fix missing return on Cygwin
2016-03-05 extern-inline: port to PGI CC
* doc/misc/texinfo.tex, lib/intprops.h, lib/set-permissions.c:
* m4/extern-inline.m4:
Copy from gnulib.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/extern-inline.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/extern-inline.m4 b/m4/extern-inline.m4 index fe282a56ca..1e578f3deb 100644 --- a/m4/extern-inline.m4 +++ b/m4/extern-inline.m4 @@ -54,6 +54,7 @@ AC_DEFUN([gl_EXTERN_INLINE], ? 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 |