bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gen-uni-tables: use AC_C_INLINE


From: Bruno Haible
Subject: gen-uni-tables: use AC_C_INLINE
Date: Fri, 03 Jul 2020 12:20:57 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

lib/unictype/3level.h and lib/unictype/3levelbit.h use 'static inline'.
Therefore they need AC_C_INLINE.


2020-07-03  Bruno Haible  <bruno@clisp.org>

        gen-uni-tables: Make sure the compiler does not barf on 'inline'.
        * modules/gen-uni-tables (configure.ac): Require AC_C_INLINE.

diff --git a/modules/gen-uni-tables b/modules/gen-uni-tables
index e9655e0..b384471 100644
--- a/modules/gen-uni-tables
+++ b/modules/gen-uni-tables
@@ -13,6 +13,7 @@ strdup
 strstr-simple
 
 configure.ac:
+AC_REQUIRE([AC_C_INLINE])
 
 Makefile.am:
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]