extern-inline: do not always suppress extern inline on OS X
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Sep 2013 20:21:39 +0000 (13:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Sep 2013 21:33:07 +0000 (14:33 -0700)
commitddd30c54b57a59f64a42783b0b206d04e0dfad41
tree35fb5f1eab64bda456f087a39c9623ab4c3a6c9c
parent7425595faacb1b9c522b91f824785cec4de6b357
extern-inline: do not always suppress extern inline on OS X

* m4/extern-inline.m4 (gl_EXTERN_INLINE): Suppress the use of
extern inline on Apple only if the particular compile-time
configuration is known to have the problem.
(_GL_EXTERN_INLINE_APPLE_BUG): New private macro, to implement this.
(_GL_EXTERN_LNLINE_IN_USE): New macro, intended for use by
other Gnulib modules.
ChangeLog
m4/extern-inline.m4