From: Bruno Haible Date: Fri, 3 Jul 2020 10:06:17 +0000 (+0200) Subject: bitset: Make sure the compiler does not barf on 'inline'. X-Git-Tag: v1.0~3931 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=668eb1167f83417067f10055cf6a4e3fc0b71a6f;p=gnulib.git bitset: Make sure the compiler does not barf on 'inline'. * modules/bitset (configure.ac): New section. --- diff --git a/ChangeLog b/ChangeLog index 6115ab946c..076deb97de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-07-03 Bruno Haible + + bitset: Make sure the compiler does not barf on 'inline'. + * modules/bitset (configure.ac): New section. + 2020-07-01 Paul Eggert manywarnings: improve port to GCC 10.1 diff --git a/modules/bitset b/modules/bitset index 20c680634b..21cde24ac7 100644 --- a/modules/bitset +++ b/modules/bitset @@ -24,6 +24,9 @@ gettext-h obstack xalloc +configure.ac: +AC_REQUIRE([AC_C_INLINE]) + Makefile.am: lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \ bitset/table.c bitset/list.c bitset/vector.c