]> Savannah Git Hosting - gnulib.git/commit
extern-inline: Fix syntax error on macOS with GCC 11 (regr. 2021-08-22).
authorBruno Haible <bruno@clisp.org>
Mon, 13 Sep 2021 05:28:09 +0000 (07:28 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Sep 2021 05:28:09 +0000 (07:28 +0200)
commit29d79d473f52b0ec58f50c95ef782c66fc0ead21
treee4b937aa1450bcf942f2ce88d036302fe5c977a8
parentaa35e17ac6d4749c017eea4b1920903277ce3f69
extern-inline: Fix syntax error on macOS with GCC 11 (regr. 2021-08-22).

Reported by Akim Demaille in
<https://lists.gnu.org/archive/html/bug-gnulib/2021-09/msg00052.html>.

* m4/extern-inline.m4 (_GL_INLINE, _GL_EXTERN_INLINE): Put _GL_UNUSED
before, not after, 'static'.
ChangeLog
m4/extern-inline.m4