From 69fe567051cd45f3d71166a9956a4621163b33fb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 31 Dec 2009 15:47:10 +0100 Subject: [PATCH] Use AC_C_INLINE instead of module 'inline' where possible. --- ChangeLog | 186 +++++++++++++++++++++ m4/count-one-bits.m4 | 5 +- m4/openat.m4 | 3 +- modules/count-one-bits | 1 - modules/fdutimensat | 2 +- modules/filevercmp | 2 +- modules/inline | 3 +- modules/openat | 1 - modules/unicase/cased | 2 +- modules/unicase/ignorable | 2 +- modules/unictype/category-of | 2 +- modules/unictype/category-test | 2 +- modules/unictype/ctype-alnum | 2 +- modules/unictype/ctype-alpha | 2 +- modules/unictype/ctype-blank | 2 +- modules/unictype/ctype-cntrl | 2 +- modules/unictype/ctype-digit | 2 +- modules/unictype/ctype-graph | 2 +- modules/unictype/ctype-lower | 2 +- modules/unictype/ctype-print | 2 +- modules/unictype/ctype-punct | 2 +- modules/unictype/ctype-space | 2 +- modules/unictype/ctype-upper | 2 +- modules/unictype/ctype-xdigit | 2 +- modules/unictype/property-alphabetic | 2 +- modules/unictype/property-ascii-hex-digit | 2 +- modules/unictype/property-bidi-arabic-digit | 2 +- .../unictype/property-bidi-arabic-right-to-left | 2 +- modules/unictype/property-bidi-block-separator | 2 +- modules/unictype/property-bidi-boundary-neutral | 2 +- modules/unictype/property-bidi-common-separator | 2 +- modules/unictype/property-bidi-control | 2 +- .../unictype/property-bidi-embedding-or-override | 2 +- modules/unictype/property-bidi-eur-num-separator | 2 +- modules/unictype/property-bidi-eur-num-terminator | 2 +- modules/unictype/property-bidi-european-digit | 2 +- .../unictype/property-bidi-hebrew-right-to-left | 2 +- modules/unictype/property-bidi-left-to-right | 2 +- modules/unictype/property-bidi-non-spacing-mark | 2 +- modules/unictype/property-bidi-other-neutral | 2 +- modules/unictype/property-bidi-pdf | 2 +- modules/unictype/property-bidi-segment-separator | 2 +- modules/unictype/property-bidi-whitespace | 2 +- modules/unictype/property-combining | 2 +- modules/unictype/property-composite | 2 +- modules/unictype/property-currency-symbol | 2 +- modules/unictype/property-dash | 2 +- modules/unictype/property-decimal-digit | 2 +- .../unictype/property-default-ignorable-code-point | 2 +- modules/unictype/property-deprecated | 2 +- modules/unictype/property-diacritic | 2 +- modules/unictype/property-extender | 2 +- modules/unictype/property-format-control | 2 +- modules/unictype/property-grapheme-base | 2 +- modules/unictype/property-grapheme-extend | 2 +- modules/unictype/property-grapheme-link | 2 +- modules/unictype/property-hex-digit | 2 +- modules/unictype/property-hyphen | 2 +- modules/unictype/property-id-continue | 2 +- modules/unictype/property-id-start | 2 +- modules/unictype/property-ideographic | 2 +- modules/unictype/property-ids-binary-operator | 2 +- modules/unictype/property-ids-trinary-operator | 2 +- modules/unictype/property-ignorable-control | 2 +- modules/unictype/property-iso-control | 2 +- modules/unictype/property-join-control | 2 +- modules/unictype/property-left-of-pair | 2 +- modules/unictype/property-line-separator | 2 +- modules/unictype/property-logical-order-exception | 2 +- modules/unictype/property-lowercase | 2 +- modules/unictype/property-math | 2 +- modules/unictype/property-non-break | 2 +- modules/unictype/property-not-a-character | 2 +- modules/unictype/property-numeric | 2 +- modules/unictype/property-other-alphabetic | 2 +- .../property-other-default-ignorable-code-point | 2 +- modules/unictype/property-other-grapheme-extend | 2 +- modules/unictype/property-other-id-continue | 2 +- modules/unictype/property-other-id-start | 2 +- modules/unictype/property-other-lowercase | 2 +- modules/unictype/property-other-math | 2 +- modules/unictype/property-other-uppercase | 2 +- modules/unictype/property-paired-punctuation | 2 +- modules/unictype/property-paragraph-separator | 2 +- modules/unictype/property-pattern-syntax | 2 +- modules/unictype/property-pattern-white-space | 2 +- modules/unictype/property-private-use | 2 +- modules/unictype/property-punctuation | 2 +- modules/unictype/property-quotation-mark | 2 +- modules/unictype/property-radical | 2 +- modules/unictype/property-sentence-terminal | 2 +- modules/unictype/property-soft-dotted | 2 +- modules/unictype/property-space | 2 +- modules/unictype/property-terminal-punctuation | 2 +- modules/unictype/property-titlecase | 2 +- modules/unictype/property-unassigned-code-value | 2 +- modules/unictype/property-unified-ideograph | 2 +- modules/unictype/property-uppercase | 2 +- modules/unictype/property-variation-selector | 2 +- modules/unictype/property-white-space | 2 +- modules/unictype/property-xid-continue | 2 +- modules/unictype/property-xid-start | 2 +- modules/unictype/property-zero-width | 2 +- modules/unictype/syntax-c-ident | 2 +- modules/unictype/syntax-java-ident | 2 +- 105 files changed, 293 insertions(+), 104 deletions(-) diff --git a/ChangeLog b/ChangeLog index 819445916..20c23ae80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,191 @@ 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. * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed since 2009-08-21. diff --git a/m4/count-one-bits.m4 b/m4/count-one-bits.m4 index 712f3b5da..2e2627b51 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 8e2f67195..e78527592 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 6d273cf58..b836bfa2c 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 38f8158db..66d5b4b69 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 12b052089..dd6b0a6b6 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 464ae5378..484703b13 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 fc21367a4..16f0da2b7 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 f2b184364..bce2fdc3e 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 5d316823d..20b16e54e 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 6b8349269..bb38bcf9b 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 78b5b49ba..c811e4854 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 69054d842..be53c43b9 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 9ca1e21a3..d96967bc3 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 d78397b08..6a7a78b52 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 764d063b0..4b9a4d33b 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 40a9c5056..cdce1e984 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 bec11db39..e1171b28e 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 9476f9f65..e31281df3 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 ae6aec955..3f3cf6f07 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 60b4ed636..9800fc0b0 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 bb3aca034..e50ab9910 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 3194cb70f..7dfd69196 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 9722ca8f5..dac2b4a34 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 a98b6e448..784f011b6 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 1f2ae82f0..28c124d90 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 ad60f3ea7..e1d3e2899 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 2a2a4268f..15a9fe09b 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 f3b7579f9..553a3ab68 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 8267ad47a..2e9f98f59 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 332ed7098..1eb12cc90 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 8c01433d6..6a86708f8 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 ad9d606ce..a843eb891 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 6b04ba671..766965395 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 34b75de91..18c3b58b7 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 fedd47590..febb9f9ef 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 12c793913..933a08a94 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 7db4923f0..8bc921619 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 973471388..699c3b9af 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 c50c77836..b1a7c4af8 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 7a5449445..20d7e8f24 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 4ebd5825e..18c771349 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 adeebc74d..ed833753b 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 be2e9241b..dd9706ddb 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 a31b2952c..d7ec5ecf1 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 ddefdbbb3..7c8bc9c0d 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 73be13f61..94a1d7042 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 3d627a593..16e390eb9 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 5cb4d9874..9050a664b 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 09f81d303..7e5d60b84 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 3c7228f31..09df4b649 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 90db26164..bb3ae1dfd 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 399d5ee28..250b35d6d 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 29397a8f2..6576e450e 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 7f50ee546..b759a4da5 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 1074327bb..29fe57676 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 3f256d033..01f250245 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 6244d518e..fc55b587a 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 3880d3b17..9d4092ecc 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 5bae11dee..49cb595dd 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 75dca3326..4400127db 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 f12bc934c..2accc75a3 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 0ac5d32d1..46d01f95b 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 229126950..c8e17df15 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 e0fd89584..596f18d96 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 7b24cbc52..ba2241a4b 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 ae47ceab2..f8310942b 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 8a8325707..6a8e3e978 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 fdbf56beb..b84ffd139 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 f100343b7..90073a130 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 119cdd9f2..e2d9d395a 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 6ff647678..2a4835d75 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 2c0465f97..3b7fa7d09 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 69bce9893..0bd6da155 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 8b18c0c88..40db74d15 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 ec3a7f335..5abe6b8a2 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 150c89f03..3408a2d80 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 942e82dd3..f9204315f 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 1335167dd..627da3ad6 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 05e2374fb..d416b4464 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 e20025d54..3ef531eb5 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 689891cba..81cd907ce 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 898c99d8b..c863fee5a 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 72d047141..0415746e7 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 d739eab66..e184dad44 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 4ea34bcee..26f3c1ab0 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 9ca92c2fb..dd9c3fd7d 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 c4404ee8d..33890d15f 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 e2ded77a1..511c133a5 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 c7e48dcb0..5b8eb1b37 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 12106c1c6..16dc1cb0c 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 cd08545d2..41f10188b 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 d8ecf08ab..d6a8345b7 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 e05c92587..9d76602b2 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 a0138d352..793d6c336 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 638e4b6d8..fb63d9b6a 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 c76b1967c..700b2e688 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 3cfecc470..f645f81f8 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 069648d96..4fc42e545 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 f83170483..decb2860a 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 eed2f1c81..6480d9267 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 d048a1d72..8008a9fef 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 e1d202542..759ff4e0b 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 2c60d9fb0..2106569cb 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 226dd7f66..220b11d59 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 -- 2.11.0