summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-03 12:06:17 +0200
committerBruno Haible <bruno@clisp.org>2020-07-03 12:19:19 +0200
commit668eb1167f83417067f10055cf6a4e3fc0b71a6f (patch)
treefa04374f53d7efb89050e9585f505249a729d6e8
parent3831e2e9f355c557b0c0ed9712548b62feaf694f (diff)
downloadgnulib-668eb1167f83417067f10055cf6a4e3fc0b71a6f.tar.gz
gnulib-668eb1167f83417067f10055cf6a4e3fc0b71a6f.tar.bz2
bitset: Make sure the compiler does not barf on 'inline'.
* modules/bitset (configure.ac): New section.
-rw-r--r--ChangeLog5
-rw-r--r--modules/bitset3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6115ab946c..076deb97de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-07-03 Bruno Haible <bruno@clisp.org>
+
+ bitset: Make sure the compiler does not barf on 'inline'.
+ * modules/bitset (configure.ac): New section.
+
2020-07-01 Paul Eggert <eggert@cs.ucla.edu>
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

Return to:

Send suggestions and report system problems to the System administrator.