From 668eb1167f83417067f10055cf6a4e3fc0b71a6f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 3 Jul 2020 12:06:17 +0200 Subject: [PATCH] bitset: Make sure the compiler does not barf on 'inline'. * modules/bitset (configure.ac): New section. --- ChangeLog | 5 +++++ modules/bitset | 3 +++ 2 files changed, 8 insertions(+) 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 -- 2.39.5