]> Savannah Git Hosting - gnulib.git/commitdiff
bitset: Make sure the compiler does not barf on 'inline'.
authorBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:06:17 +0000 (12:06 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 3 Jul 2020 10:19:19 +0000 (12:19 +0200)
* modules/bitset (configure.ac): New section.

ChangeLog
modules/bitset

index 6115ab946c76e8a7673378c76e7eb356558cdbc6..076deb97ded06780b5974c0ad02b7bcd2c0a1cd4 100644 (file)
--- 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
index 20c680634b0f2717b9a2691b0d730415d73d5bc8..21cde24ac7c2c5debd60a31cd88d1d2db7a3b87f 100644 (file)
@@ -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