summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-03 12:09:13 +0200
committerBruno Haible <bruno@clisp.org>2020-07-03 12:19:20 +0200
commit865bb109a43ba4616700c6ed66afb0db9195f407 (patch)
treeba176687e5d066e2844a6fdc09f034a7e92c4f20
parent668eb1167f83417067f10055cf6a4e3fc0b71a6f (diff)
downloadgnulib-865bb109a43ba4616700c6ed66afb0db9195f407.tar.gz
gnulib-865bb109a43ba4616700c6ed66afb0db9195f407.tar.bz2
dfa: Make sure the compiler does not barf on 'inline'.
* modules/dfa (configure.ac): Require AC_C_INLINE.
-rw-r--r--ChangeLog5
-rw-r--r--modules/dfa1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 076deb97de..5011b4bf3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2020-07-03 Bruno Haible <bruno@clisp.org>
+ dfa: Make sure the compiler does not barf on 'inline'.
+ * modules/dfa (configure.ac): Require AC_C_INLINE.
+
+2020-07-03 Bruno Haible <bruno@clisp.org>
+
bitset: Make sure the compiler does not barf on 'inline'.
* modules/bitset (configure.ac): New section.
diff --git a/modules/dfa b/modules/dfa
index ade4b5a2a5..303957fa50 100644
--- a/modules/dfa
+++ b/modules/dfa
@@ -28,6 +28,7 @@ xalloc
xalloc-die
configure.ac:
+AC_REQUIRE([AC_C_INLINE])
Makefile.am:
lib_SOURCES += dfa.c localeinfo.c

Return to:

Send suggestions and report system problems to the System administrator.