From: Bruno Haible Date: Thu, 31 Dec 2009 14:47:10 +0000 (+0100) Subject: Use AC_C_INLINE instead of module 'inline' where possible. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69fe567051cd45f3d71166a9956a4621163b33fb;p=pspp Use AC_C_INLINE instead of module 'inline' where possible. --- diff --git a/ChangeLog b/ChangeLog index 8194459164..20c23ae808 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,189 @@ +2009-12-31 Bruno Haible + + Use AC_C_INLINE instead of module 'inline' where possible. + * modules/inline (Description): Clarify purpose. + * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE. + * modules/count-one-bits (Depends-on): Remove inline. + * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE. + * modules/openat (Depends-on): Remove inline. + * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE + instead of depending on module 'inline'. + * modules/filevercmp (Depends-on, configure.ac): Likewise. + * modules/unicase/cased (Depends-on, configure.ac): Likewise. + * modules/unicase/ignorable (Depends-on, configure.ac): Likewise. + * modules/unictype/category-of (Depends-on, configure.ac): Likewise. + * modules/unictype/category-test (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise. + * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise. + * modules/unictype/property-alphabetic (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-ascii-hex-digit (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-arabic-digit (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-arabic-right-to-left (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-block-separator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-boundary-neutral (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-common-separator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-control (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-bidi-embedding-or-override (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-eur-num-separator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-eur-num-terminator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-european-digit (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-left-to-right (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-non-spacing-mark (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-other-neutral (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-pdf (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-bidi-segment-separator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-bidi-whitespace (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-combining (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-composite (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-currency-symbol (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-dash (Depends-on, configure.ac): Likewise. + * modules/unictype/property-decimal-digit (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-default-ignorable-code-point (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-deprecated (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-diacritic (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-extender (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-format-control (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-grapheme-base (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-grapheme-extend (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-grapheme-link (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-hex-digit (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-hyphen (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-id-continue (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-id-start (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-ideographic (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-ids-binary-operator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-ids-trinary-operator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-ignorable-control (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-iso-control (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-join-control (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-left-of-pair (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-line-separator (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-logical-order-exception (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-lowercase (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-math (Depends-on, configure.ac): Likewise. + * modules/unictype/property-non-break (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-not-a-character (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-numeric (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-other-alphabetic (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-other-default-ignorable-code-point + (Depends-on, configure.ac): Likewise. + * modules/unictype/property-other-grapheme-extend (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-other-id-continue (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-other-id-start (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-other-lowercase (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-other-math (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-other-uppercase (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-paired-punctuation (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-paragraph-separator (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-pattern-syntax (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-pattern-white-space (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-private-use (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-punctuation (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-quotation-mark (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-radical (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-sentence-terminal (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-soft-dotted (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-space (Depends-on, configure.ac): Likewise. + * modules/unictype/property-terminal-punctuation (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-titlecase (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-unassigned-code-value (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-unified-ideograph (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-uppercase (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-variation-selector (Depends-on, + configure.ac): Likewise. + * modules/unictype/property-white-space (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-xid-continue (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-xid-start (Depends-on, configure.ac): + Likewise. + * modules/unictype/property-zero-width (Depends-on, configure.ac): + Likewise. + * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise. + * modules/unictype/syntax-java-ident (Depends-on, configure.ac): + Likewise. + 2009-12-31 Bruno Haible Remove unnecessary AC_C_INLINE invocation. diff --git a/m4/count-one-bits.m4 b/m4/count-one-bits.m4 index 712f3b5da1..2e2627b518 100644 --- a/m4/count-one-bits.m4 +++ b/m4/count-one-bits.m4 @@ -1,4 +1,4 @@ -# count-one-bits.m4 serial 1 +# count-one-bits.m4 serial 2 dnl Copyright (C) 2007, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,4 +9,7 @@ AC_DEFUN([gl_COUNT_ONE_BITS], dnl We don't need (and can't compile) count_one_bits_ll dnl unless the type 'unsigned long long int' exists. AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) + + dnl Prerequisites of lib/count-one-bits.h. + AC_REQUIRE([AC_C_INLINE]) ]) diff --git a/m4/openat.m4 b/m4/openat.m4 index 8e2f67195b..e785275924 100644 --- a/m4/openat.m4 +++ b/m4/openat.m4 @@ -1,4 +1,4 @@ -# serial 26 +# serial 27 # See if we need to use our replacement for Solaris' openat et al functions. dnl Copyright (C) 2004-2009 Free Software Foundation, Inc. @@ -118,6 +118,7 @@ AC_DEFUN([gl_FUNC_FCHOWNAT], AC_DEFUN([gl_PREREQ_OPENAT], [ + AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([gl_PROMOTED_TYPE_MODE_T]) : ]) diff --git a/modules/count-one-bits b/modules/count-one-bits index 6d273cf58a..b836bfa2c1 100644 --- a/modules/count-one-bits +++ b/modules/count-one-bits @@ -6,7 +6,6 @@ lib/count-one-bits.h m4/count-one-bits.m4 Depends-on: -inline verify configure.ac: diff --git a/modules/fdutimensat b/modules/fdutimensat index 38f8158dbd..66d5b4b692 100644 --- a/modules/fdutimensat +++ b/modules/fdutimensat @@ -7,10 +7,10 @@ lib/utimens.h Depends-on: futimens -inline utimensat configure.ac: +AC_REQUIRE([AC_C_INLINE]) dnl because 'inline' is used in lib/utimens.h gl_MODULE_INDICATOR([fdutimensat]) Makefile.am: diff --git a/modules/filevercmp b/modules/filevercmp index 12b0520891..dd6b0a6b69 100644 --- a/modules/filevercmp +++ b/modules/filevercmp @@ -7,11 +7,11 @@ lib/filevercmp.c Depends-on: c-ctype -inline stdbool string configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += filevercmp.c diff --git a/modules/inline b/modules/inline index 464ae5378f..484703b139 100644 --- a/modules/inline +++ b/modules/inline @@ -1,5 +1,6 @@ Description: -Test for the 'inline' keyword or equivalent. +Test for the 'inline' keyword or equivalent and whether it is actually +effective. Files: m4/inline.m4 diff --git a/modules/openat b/modules/openat index fc21367a46..16f0da2b70 100644 --- a/modules/openat +++ b/modules/openat @@ -23,7 +23,6 @@ fchdir fcntl-h fdopendir gettext-h -inline intprops lchown lstat diff --git a/modules/unicase/cased b/modules/unicase/cased index f2b1843647..bce2fdc3e9 100644 --- a/modules/unicase/cased +++ b/modules/unicase/cased @@ -10,9 +10,9 @@ lib/unictype/bitmap.h Depends-on: unitypes stdbool -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unicase/cased.c diff --git a/modules/unicase/ignorable b/modules/unicase/ignorable index 5d316823d1..20b16e54e0 100644 --- a/modules/unicase/ignorable +++ b/modules/unicase/ignorable @@ -10,9 +10,9 @@ lib/unictype/bitmap.h Depends-on: unitypes stdbool -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unicase/ignorable.c diff --git a/modules/unictype/category-of b/modules/unictype/category-of index 6b8349269c..bb38bcf9bb 100644 --- a/modules/unictype/category-of +++ b/modules/unictype/category-of @@ -8,9 +8,9 @@ lib/unictype/categ_of.h Depends-on: unictype/base unictype/category-none -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/categ_of.c diff --git a/modules/unictype/category-test b/modules/unictype/category-test index 78b5b49ba9..c811e48540 100644 --- a/modules/unictype/category-test +++ b/modules/unictype/category-test @@ -7,9 +7,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/categ_test.c diff --git a/modules/unictype/ctype-alnum b/modules/unictype/ctype-alnum index 69054d842d..be53c43b9a 100644 --- a/modules/unictype/ctype-alnum +++ b/modules/unictype/ctype-alnum @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_alnum.c diff --git a/modules/unictype/ctype-alpha b/modules/unictype/ctype-alpha index 9ca1e21a3b..d96967bc39 100644 --- a/modules/unictype/ctype-alpha +++ b/modules/unictype/ctype-alpha @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_alpha.c diff --git a/modules/unictype/ctype-blank b/modules/unictype/ctype-blank index d78397b083..6a7a78b524 100644 --- a/modules/unictype/ctype-blank +++ b/modules/unictype/ctype-blank @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_blank.c diff --git a/modules/unictype/ctype-cntrl b/modules/unictype/ctype-cntrl index 764d063b0b..4b9a4d33b0 100644 --- a/modules/unictype/ctype-cntrl +++ b/modules/unictype/ctype-cntrl @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_cntrl.c diff --git a/modules/unictype/ctype-digit b/modules/unictype/ctype-digit index 40a9c50560..cdce1e984b 100644 --- a/modules/unictype/ctype-digit +++ b/modules/unictype/ctype-digit @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_digit.c diff --git a/modules/unictype/ctype-graph b/modules/unictype/ctype-graph index bec11db393..e1171b28e9 100644 --- a/modules/unictype/ctype-graph +++ b/modules/unictype/ctype-graph @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_graph.c diff --git a/modules/unictype/ctype-lower b/modules/unictype/ctype-lower index 9476f9f650..e31281df37 100644 --- a/modules/unictype/ctype-lower +++ b/modules/unictype/ctype-lower @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_lower.c diff --git a/modules/unictype/ctype-print b/modules/unictype/ctype-print index ae6aec955f..3f3cf6f07a 100644 --- a/modules/unictype/ctype-print +++ b/modules/unictype/ctype-print @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_print.c diff --git a/modules/unictype/ctype-punct b/modules/unictype/ctype-punct index 60b4ed636b..9800fc0b0a 100644 --- a/modules/unictype/ctype-punct +++ b/modules/unictype/ctype-punct @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_punct.c diff --git a/modules/unictype/ctype-space b/modules/unictype/ctype-space index bb3aca0342..e50ab99102 100644 --- a/modules/unictype/ctype-space +++ b/modules/unictype/ctype-space @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_space.c diff --git a/modules/unictype/ctype-upper b/modules/unictype/ctype-upper index 3194cb70f3..7dfd691963 100644 --- a/modules/unictype/ctype-upper +++ b/modules/unictype/ctype-upper @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_upper.c diff --git a/modules/unictype/ctype-xdigit b/modules/unictype/ctype-xdigit index 9722ca8f57..dac2b4a34c 100644 --- a/modules/unictype/ctype-xdigit +++ b/modules/unictype/ctype-xdigit @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/ctype_xdigit.c diff --git a/modules/unictype/property-alphabetic b/modules/unictype/property-alphabetic index a98b6e4484..784f011b6e 100644 --- a/modules/unictype/property-alphabetic +++ b/modules/unictype/property-alphabetic @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_alphabetic.c diff --git a/modules/unictype/property-ascii-hex-digit b/modules/unictype/property-ascii-hex-digit index 1f2ae82f0c..28c124d90f 100644 --- a/modules/unictype/property-ascii-hex-digit +++ b/modules/unictype/property-ascii-hex-digit @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ascii_hex_digit.c diff --git a/modules/unictype/property-bidi-arabic-digit b/modules/unictype/property-bidi-arabic-digit index ad60f3ea72..e1d3e28999 100644 --- a/modules/unictype/property-bidi-arabic-digit +++ b/modules/unictype/property-bidi-arabic-digit @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_arabic_digit.c diff --git a/modules/unictype/property-bidi-arabic-right-to-left b/modules/unictype/property-bidi-arabic-right-to-left index 2a2a4268f5..15a9fe09b1 100644 --- a/modules/unictype/property-bidi-arabic-right-to-left +++ b/modules/unictype/property-bidi-arabic-right-to-left @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_arabic_right_to_left.c diff --git a/modules/unictype/property-bidi-block-separator b/modules/unictype/property-bidi-block-separator index f3b7579f9f..553a3ab682 100644 --- a/modules/unictype/property-bidi-block-separator +++ b/modules/unictype/property-bidi-block-separator @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_block_separator.c diff --git a/modules/unictype/property-bidi-boundary-neutral b/modules/unictype/property-bidi-boundary-neutral index 8267ad47a5..2e9f98f59d 100644 --- a/modules/unictype/property-bidi-boundary-neutral +++ b/modules/unictype/property-bidi-boundary-neutral @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_boundary_neutral.c diff --git a/modules/unictype/property-bidi-common-separator b/modules/unictype/property-bidi-common-separator index 332ed70985..1eb12cc90a 100644 --- a/modules/unictype/property-bidi-common-separator +++ b/modules/unictype/property-bidi-common-separator @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_common_separator.c diff --git a/modules/unictype/property-bidi-control b/modules/unictype/property-bidi-control index 8c01433d65..6a86708f84 100644 --- a/modules/unictype/property-bidi-control +++ b/modules/unictype/property-bidi-control @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_control.c diff --git a/modules/unictype/property-bidi-embedding-or-override b/modules/unictype/property-bidi-embedding-or-override index ad9d606ce4..a843eb8911 100644 --- a/modules/unictype/property-bidi-embedding-or-override +++ b/modules/unictype/property-bidi-embedding-or-override @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_embedding_or_override.c diff --git a/modules/unictype/property-bidi-eur-num-separator b/modules/unictype/property-bidi-eur-num-separator index 6b04ba6712..7669653956 100644 --- a/modules/unictype/property-bidi-eur-num-separator +++ b/modules/unictype/property-bidi-eur-num-separator @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_eur_num_separator.c diff --git a/modules/unictype/property-bidi-eur-num-terminator b/modules/unictype/property-bidi-eur-num-terminator index 34b75de912..18c3b58b72 100644 --- a/modules/unictype/property-bidi-eur-num-terminator +++ b/modules/unictype/property-bidi-eur-num-terminator @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_eur_num_terminator.c diff --git a/modules/unictype/property-bidi-european-digit b/modules/unictype/property-bidi-european-digit index fedd475900..febb9f9ef6 100644 --- a/modules/unictype/property-bidi-european-digit +++ b/modules/unictype/property-bidi-european-digit @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_european_digit.c diff --git a/modules/unictype/property-bidi-hebrew-right-to-left b/modules/unictype/property-bidi-hebrew-right-to-left index 12c793913a..933a08a94e 100644 --- a/modules/unictype/property-bidi-hebrew-right-to-left +++ b/modules/unictype/property-bidi-hebrew-right-to-left @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_hebrew_right_to_left.c diff --git a/modules/unictype/property-bidi-left-to-right b/modules/unictype/property-bidi-left-to-right index 7db4923f09..8bc9216196 100644 --- a/modules/unictype/property-bidi-left-to-right +++ b/modules/unictype/property-bidi-left-to-right @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_left_to_right.c diff --git a/modules/unictype/property-bidi-non-spacing-mark b/modules/unictype/property-bidi-non-spacing-mark index 9734713883..699c3b9af9 100644 --- a/modules/unictype/property-bidi-non-spacing-mark +++ b/modules/unictype/property-bidi-non-spacing-mark @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_non_spacing_mark.c diff --git a/modules/unictype/property-bidi-other-neutral b/modules/unictype/property-bidi-other-neutral index c50c77836a..b1a7c4af8a 100644 --- a/modules/unictype/property-bidi-other-neutral +++ b/modules/unictype/property-bidi-other-neutral @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_other_neutral.c diff --git a/modules/unictype/property-bidi-pdf b/modules/unictype/property-bidi-pdf index 7a54494457..20d7e8f245 100644 --- a/modules/unictype/property-bidi-pdf +++ b/modules/unictype/property-bidi-pdf @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_pdf.c diff --git a/modules/unictype/property-bidi-segment-separator b/modules/unictype/property-bidi-segment-separator index 4ebd5825e1..18c7713492 100644 --- a/modules/unictype/property-bidi-segment-separator +++ b/modules/unictype/property-bidi-segment-separator @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_segment_separator.c diff --git a/modules/unictype/property-bidi-whitespace b/modules/unictype/property-bidi-whitespace index adeebc74d9..ed833753bb 100644 --- a/modules/unictype/property-bidi-whitespace +++ b/modules/unictype/property-bidi-whitespace @@ -9,9 +9,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base unictype/bidicategory-of -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_bidi_whitespace.c diff --git a/modules/unictype/property-combining b/modules/unictype/property-combining index be2e9241b6..dd9706ddb8 100644 --- a/modules/unictype/property-combining +++ b/modules/unictype/property-combining @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_combining.c diff --git a/modules/unictype/property-composite b/modules/unictype/property-composite index a31b2952cf..d7ec5ecf10 100644 --- a/modules/unictype/property-composite +++ b/modules/unictype/property-composite @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_composite.c diff --git a/modules/unictype/property-currency-symbol b/modules/unictype/property-currency-symbol index ddefdbbb32..7c8bc9c0d3 100644 --- a/modules/unictype/property-currency-symbol +++ b/modules/unictype/property-currency-symbol @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-Sc -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_currency_symbol.c diff --git a/modules/unictype/property-dash b/modules/unictype/property-dash index 73be13f61e..94a1d70428 100644 --- a/modules/unictype/property-dash +++ b/modules/unictype/property-dash @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_dash.c diff --git a/modules/unictype/property-decimal-digit b/modules/unictype/property-decimal-digit index 3d627a5931..16e390eb98 100644 --- a/modules/unictype/property-decimal-digit +++ b/modules/unictype/property-decimal-digit @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-Nd -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_decimal_digit.c diff --git a/modules/unictype/property-default-ignorable-code-point b/modules/unictype/property-default-ignorable-code-point index 5cb4d98741..9050a664bb 100644 --- a/modules/unictype/property-default-ignorable-code-point +++ b/modules/unictype/property-default-ignorable-code-point @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_default_ignorable_code_point.c diff --git a/modules/unictype/property-deprecated b/modules/unictype/property-deprecated index 09f81d3031..7e5d60b845 100644 --- a/modules/unictype/property-deprecated +++ b/modules/unictype/property-deprecated @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_deprecated.c diff --git a/modules/unictype/property-diacritic b/modules/unictype/property-diacritic index 3c7228f316..09df4b6494 100644 --- a/modules/unictype/property-diacritic +++ b/modules/unictype/property-diacritic @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_diacritic.c diff --git a/modules/unictype/property-extender b/modules/unictype/property-extender index 90db261645..bb3ae1dfd2 100644 --- a/modules/unictype/property-extender +++ b/modules/unictype/property-extender @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_extender.c diff --git a/modules/unictype/property-format-control b/modules/unictype/property-format-control index 399d5ee28a..250b35d6dc 100644 --- a/modules/unictype/property-format-control +++ b/modules/unictype/property-format-control @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_format_control.c diff --git a/modules/unictype/property-grapheme-base b/modules/unictype/property-grapheme-base index 29397a8f27..6576e450e1 100644 --- a/modules/unictype/property-grapheme-base +++ b/modules/unictype/property-grapheme-base @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_base.c diff --git a/modules/unictype/property-grapheme-extend b/modules/unictype/property-grapheme-extend index 7f50ee5461..b759a4da55 100644 --- a/modules/unictype/property-grapheme-extend +++ b/modules/unictype/property-grapheme-extend @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_extend.c diff --git a/modules/unictype/property-grapheme-link b/modules/unictype/property-grapheme-link index 1074327bb6..29fe576769 100644 --- a/modules/unictype/property-grapheme-link +++ b/modules/unictype/property-grapheme-link @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_grapheme_link.c diff --git a/modules/unictype/property-hex-digit b/modules/unictype/property-hex-digit index 3f256d0334..01f2502457 100644 --- a/modules/unictype/property-hex-digit +++ b/modules/unictype/property-hex-digit @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_hex_digit.c diff --git a/modules/unictype/property-hyphen b/modules/unictype/property-hyphen index 6244d518e3..fc55b587a2 100644 --- a/modules/unictype/property-hyphen +++ b/modules/unictype/property-hyphen @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_hyphen.c diff --git a/modules/unictype/property-id-continue b/modules/unictype/property-id-continue index 3880d3b17d..9d4092ecc5 100644 --- a/modules/unictype/property-id-continue +++ b/modules/unictype/property-id-continue @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_id_continue.c diff --git a/modules/unictype/property-id-start b/modules/unictype/property-id-start index 5bae11dee5..49cb595dd1 100644 --- a/modules/unictype/property-id-start +++ b/modules/unictype/property-id-start @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_id_start.c diff --git a/modules/unictype/property-ideographic b/modules/unictype/property-ideographic index 75dca33267..4400127dbf 100644 --- a/modules/unictype/property-ideographic +++ b/modules/unictype/property-ideographic @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ideographic.c diff --git a/modules/unictype/property-ids-binary-operator b/modules/unictype/property-ids-binary-operator index f12bc934c1..2accc75a38 100644 --- a/modules/unictype/property-ids-binary-operator +++ b/modules/unictype/property-ids-binary-operator @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ids_binary_operator.c diff --git a/modules/unictype/property-ids-trinary-operator b/modules/unictype/property-ids-trinary-operator index 0ac5d32d1b..46d01f95bf 100644 --- a/modules/unictype/property-ids-trinary-operator +++ b/modules/unictype/property-ids-trinary-operator @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ids_trinary_operator.c diff --git a/modules/unictype/property-ignorable-control b/modules/unictype/property-ignorable-control index 2291269504..c8e17df155 100644 --- a/modules/unictype/property-ignorable-control +++ b/modules/unictype/property-ignorable-control @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_ignorable_control.c diff --git a/modules/unictype/property-iso-control b/modules/unictype/property-iso-control index e0fd89584d..596f18d96a 100644 --- a/modules/unictype/property-iso-control +++ b/modules/unictype/property-iso-control @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-Cc -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_iso_control.c diff --git a/modules/unictype/property-join-control b/modules/unictype/property-join-control index 7b24cbc529..ba2241a4b4 100644 --- a/modules/unictype/property-join-control +++ b/modules/unictype/property-join-control @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_join_control.c diff --git a/modules/unictype/property-left-of-pair b/modules/unictype/property-left-of-pair index ae47ceab20..f8310942b0 100644 --- a/modules/unictype/property-left-of-pair +++ b/modules/unictype/property-left-of-pair @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_left_of_pair.c diff --git a/modules/unictype/property-line-separator b/modules/unictype/property-line-separator index 8a83257079..6a8e3e978d 100644 --- a/modules/unictype/property-line-separator +++ b/modules/unictype/property-line-separator @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_line_separator.c diff --git a/modules/unictype/property-logical-order-exception b/modules/unictype/property-logical-order-exception index fdbf56beb7..b84ffd1396 100644 --- a/modules/unictype/property-logical-order-exception +++ b/modules/unictype/property-logical-order-exception @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_logical_order_exception.c diff --git a/modules/unictype/property-lowercase b/modules/unictype/property-lowercase index f100343b72..90073a1303 100644 --- a/modules/unictype/property-lowercase +++ b/modules/unictype/property-lowercase @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_lowercase.c diff --git a/modules/unictype/property-math b/modules/unictype/property-math index 119cdd9f26..e2d9d395ae 100644 --- a/modules/unictype/property-math +++ b/modules/unictype/property-math @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_math.c diff --git a/modules/unictype/property-non-break b/modules/unictype/property-non-break index 6ff647678b..2a4835d75d 100644 --- a/modules/unictype/property-non-break +++ b/modules/unictype/property-non-break @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_non_break.c diff --git a/modules/unictype/property-not-a-character b/modules/unictype/property-not-a-character index 2c0465f97d..3b7fa7d09d 100644 --- a/modules/unictype/property-not-a-character +++ b/modules/unictype/property-not-a-character @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_not_a_character.c diff --git a/modules/unictype/property-numeric b/modules/unictype/property-numeric index 69bce9893c..0bd6da1555 100644 --- a/modules/unictype/property-numeric +++ b/modules/unictype/property-numeric @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_numeric.c diff --git a/modules/unictype/property-other-alphabetic b/modules/unictype/property-other-alphabetic index 8b18c0c881..40db74d15e 100644 --- a/modules/unictype/property-other-alphabetic +++ b/modules/unictype/property-other-alphabetic @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_alphabetic.c diff --git a/modules/unictype/property-other-default-ignorable-code-point b/modules/unictype/property-other-default-ignorable-code-point index ec3a7f3350..5abe6b8a24 100644 --- a/modules/unictype/property-other-default-ignorable-code-point +++ b/modules/unictype/property-other-default-ignorable-code-point @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_default_ignorable_code_point.c diff --git a/modules/unictype/property-other-grapheme-extend b/modules/unictype/property-other-grapheme-extend index 150c89f036..3408a2d80f 100644 --- a/modules/unictype/property-other-grapheme-extend +++ b/modules/unictype/property-other-grapheme-extend @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_grapheme_extend.c diff --git a/modules/unictype/property-other-id-continue b/modules/unictype/property-other-id-continue index 942e82dd37..f9204315f2 100644 --- a/modules/unictype/property-other-id-continue +++ b/modules/unictype/property-other-id-continue @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_id_continue.c diff --git a/modules/unictype/property-other-id-start b/modules/unictype/property-other-id-start index 1335167dd0..627da3ad63 100644 --- a/modules/unictype/property-other-id-start +++ b/modules/unictype/property-other-id-start @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_id_start.c diff --git a/modules/unictype/property-other-lowercase b/modules/unictype/property-other-lowercase index 05e2374fb3..d416b44645 100644 --- a/modules/unictype/property-other-lowercase +++ b/modules/unictype/property-other-lowercase @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_lowercase.c diff --git a/modules/unictype/property-other-math b/modules/unictype/property-other-math index e20025d542..3ef531eb58 100644 --- a/modules/unictype/property-other-math +++ b/modules/unictype/property-other-math @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_math.c diff --git a/modules/unictype/property-other-uppercase b/modules/unictype/property-other-uppercase index 689891cba7..81cd907cea 100644 --- a/modules/unictype/property-other-uppercase +++ b/modules/unictype/property-other-uppercase @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_other_uppercase.c diff --git a/modules/unictype/property-paired-punctuation b/modules/unictype/property-paired-punctuation index 898c99d8b1..c863fee5a1 100644 --- a/modules/unictype/property-paired-punctuation +++ b/modules/unictype/property-paired-punctuation @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_paired_punctuation.c diff --git a/modules/unictype/property-paragraph-separator b/modules/unictype/property-paragraph-separator index 72d0471417..0415746e71 100644 --- a/modules/unictype/property-paragraph-separator +++ b/modules/unictype/property-paragraph-separator @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_paragraph_separator.c diff --git a/modules/unictype/property-pattern-syntax b/modules/unictype/property-pattern-syntax index d739eab662..e184dad448 100644 --- a/modules/unictype/property-pattern-syntax +++ b/modules/unictype/property-pattern-syntax @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_pattern_syntax.c diff --git a/modules/unictype/property-pattern-white-space b/modules/unictype/property-pattern-white-space index 4ea34bceed..26f3c1ab05 100644 --- a/modules/unictype/property-pattern-white-space +++ b/modules/unictype/property-pattern-white-space @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_pattern_white_space.c diff --git a/modules/unictype/property-private-use b/modules/unictype/property-private-use index 9ca92c2fb8..dd9c3fd7d3 100644 --- a/modules/unictype/property-private-use +++ b/modules/unictype/property-private-use @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_private_use.c diff --git a/modules/unictype/property-punctuation b/modules/unictype/property-punctuation index c4404ee8d7..33890d15fd 100644 --- a/modules/unictype/property-punctuation +++ b/modules/unictype/property-punctuation @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-P -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_punctuation.c diff --git a/modules/unictype/property-quotation-mark b/modules/unictype/property-quotation-mark index e2ded77a1f..511c133a58 100644 --- a/modules/unictype/property-quotation-mark +++ b/modules/unictype/property-quotation-mark @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_quotation_mark.c diff --git a/modules/unictype/property-radical b/modules/unictype/property-radical index c7e48dcb01..5b8eb1b373 100644 --- a/modules/unictype/property-radical +++ b/modules/unictype/property-radical @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_radical.c diff --git a/modules/unictype/property-sentence-terminal b/modules/unictype/property-sentence-terminal index 12106c1c66..16dc1cb0c5 100644 --- a/modules/unictype/property-sentence-terminal +++ b/modules/unictype/property-sentence-terminal @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_sentence_terminal.c diff --git a/modules/unictype/property-soft-dotted b/modules/unictype/property-soft-dotted index cd08545d23..41f10188bd 100644 --- a/modules/unictype/property-soft-dotted +++ b/modules/unictype/property-soft-dotted @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_soft_dotted.c diff --git a/modules/unictype/property-space b/modules/unictype/property-space index d8ecf08ab5..d6a8345b7e 100644 --- a/modules/unictype/property-space +++ b/modules/unictype/property-space @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-Zs -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_space.c diff --git a/modules/unictype/property-terminal-punctuation b/modules/unictype/property-terminal-punctuation index e05c925877..9d76602b2d 100644 --- a/modules/unictype/property-terminal-punctuation +++ b/modules/unictype/property-terminal-punctuation @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_terminal_punctuation.c diff --git a/modules/unictype/property-titlecase b/modules/unictype/property-titlecase index a0138d3523..793d6c336a 100644 --- a/modules/unictype/property-titlecase +++ b/modules/unictype/property-titlecase @@ -10,9 +10,9 @@ Depends-on: unictype/base unictype/category-test unictype/category-Lt -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_titlecase.c diff --git a/modules/unictype/property-unassigned-code-value b/modules/unictype/property-unassigned-code-value index 638e4b6d87..fb63d9b6af 100644 --- a/modules/unictype/property-unassigned-code-value +++ b/modules/unictype/property-unassigned-code-value @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_unassigned_code_value.c diff --git a/modules/unictype/property-unified-ideograph b/modules/unictype/property-unified-ideograph index c76b1967c2..700b2e688b 100644 --- a/modules/unictype/property-unified-ideograph +++ b/modules/unictype/property-unified-ideograph @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_unified_ideograph.c diff --git a/modules/unictype/property-uppercase b/modules/unictype/property-uppercase index 3cfecc4706..f645f81f88 100644 --- a/modules/unictype/property-uppercase +++ b/modules/unictype/property-uppercase @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_uppercase.c diff --git a/modules/unictype/property-variation-selector b/modules/unictype/property-variation-selector index 069648d963..4fc42e5452 100644 --- a/modules/unictype/property-variation-selector +++ b/modules/unictype/property-variation-selector @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_variation_selector.c diff --git a/modules/unictype/property-white-space b/modules/unictype/property-white-space index f831704834..decb2860ac 100644 --- a/modules/unictype/property-white-space +++ b/modules/unictype/property-white-space @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_white_space.c diff --git a/modules/unictype/property-xid-continue b/modules/unictype/property-xid-continue index eed2f1c819..6480d9267e 100644 --- a/modules/unictype/property-xid-continue +++ b/modules/unictype/property-xid-continue @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_xid_continue.c diff --git a/modules/unictype/property-xid-start b/modules/unictype/property-xid-start index d048a1d72b..8008a9fef7 100644 --- a/modules/unictype/property-xid-start +++ b/modules/unictype/property-xid-start @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_xid_start.c diff --git a/modules/unictype/property-zero-width b/modules/unictype/property-zero-width index e1d202542a..759ff4e0b7 100644 --- a/modules/unictype/property-zero-width +++ b/modules/unictype/property-zero-width @@ -8,9 +8,9 @@ lib/unictype/bitmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/pr_zero_width.c diff --git a/modules/unictype/syntax-c-ident b/modules/unictype/syntax-c-ident index 2c60d9fb05..2106569cbd 100644 --- a/modules/unictype/syntax-c-ident +++ b/modules/unictype/syntax-c-ident @@ -8,9 +8,9 @@ lib/unictype/identsyntaxmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/sy_c_ident.c diff --git a/modules/unictype/syntax-java-ident b/modules/unictype/syntax-java-ident index 226dd7f660..220b11d592 100644 --- a/modules/unictype/syntax-java-ident +++ b/modules/unictype/syntax-java-ident @@ -8,9 +8,9 @@ lib/unictype/identsyntaxmap.h Depends-on: unictype/base -inline configure.ac: +AC_REQUIRE([AC_C_INLINE]) Makefile.am: lib_SOURCES += unictype/sy_java_ident.c