]> Savannah Git Hosting - gnulib.git/commit
extern-inline: port to FreeBSD, DragonFly
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2014 18:30:33 +0000 (11:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Aug 2014 18:34:35 +0000 (11:34 -0700)
commit2c93b8bb4912c884bf6e416536441309e7aa7bf2
tree6b5c354d731d1d6522f58a0ec060bf428c1740d4
parent1902e8ebdd391eb4930937162fe2ea070cbac491
extern-inline: port to FreeBSD, DragonFly

* m4/extern-inline.m4 (gl_EXTERN_INLINE): Also assume the bug
is present if either __DragonFly__ or __FreeBSD__ is defined.
FreeBSD problem reported by Andrey Borzenkov in:
http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
Also, worry about __APPLE__ only if __MACH__ is also defined,
as this is more consistent with the rest of gnulib.
(_GL_EXTERN_INLINE_STDHEADER_BUG): Rename this internal macro from
_GL_EXTERN_INLINE_APPLE_BUG, since the bug is not limited to Apple.
ChangeLog
m4/extern-inline.m4