extern-inline: avoid incompatibility with Darwin Libc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Dec 2012 16:41:16 +0000 (08:41 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Dec 2012 16:41:16 +0000 (08:41 -0800)
commit4a8c422f3139a9b4fb2c7ffae5aef3bea28bdc65
treebdb456bf9196457f4e359bce9cd61e99d46c3719
parent0efa0d15dbf7e444276ac469b419e708ba885191
extern-inline: avoid incompatibility with Darwin Libc

* m4/extern-inline.m4 (_GL_INLINE, _GL_EXTERN_INLINE): Do not use
extern inline if __APPLE__.  Use _GL_UNUSED in the non-inline branch.
Problem reported by Akim Demaille in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html>.
ChangeLog
m4/extern-inline.m4