Use AC_C_INLINE instead of module 'inline' where possible.
authorBruno Haible <bruno@clisp.org>
Thu, 31 Dec 2009 14:47:10 +0000 (15:47 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 31 Dec 2009 16:28:37 +0000 (17:28 +0100)
105 files changed:
ChangeLog
m4/count-one-bits.m4
m4/openat.m4
modules/count-one-bits
modules/fdutimensat
modules/filevercmp
modules/inline
modules/openat
modules/unicase/cased
modules/unicase/ignorable
modules/unictype/category-of
modules/unictype/category-test
modules/unictype/ctype-alnum
modules/unictype/ctype-alpha
modules/unictype/ctype-blank
modules/unictype/ctype-cntrl
modules/unictype/ctype-digit
modules/unictype/ctype-graph
modules/unictype/ctype-lower
modules/unictype/ctype-print
modules/unictype/ctype-punct
modules/unictype/ctype-space
modules/unictype/ctype-upper
modules/unictype/ctype-xdigit
modules/unictype/property-alphabetic
modules/unictype/property-ascii-hex-digit
modules/unictype/property-bidi-arabic-digit
modules/unictype/property-bidi-arabic-right-to-left
modules/unictype/property-bidi-block-separator
modules/unictype/property-bidi-boundary-neutral
modules/unictype/property-bidi-common-separator
modules/unictype/property-bidi-control
modules/unictype/property-bidi-embedding-or-override
modules/unictype/property-bidi-eur-num-separator
modules/unictype/property-bidi-eur-num-terminator
modules/unictype/property-bidi-european-digit
modules/unictype/property-bidi-hebrew-right-to-left
modules/unictype/property-bidi-left-to-right
modules/unictype/property-bidi-non-spacing-mark
modules/unictype/property-bidi-other-neutral
modules/unictype/property-bidi-pdf
modules/unictype/property-bidi-segment-separator
modules/unictype/property-bidi-whitespace
modules/unictype/property-combining
modules/unictype/property-composite
modules/unictype/property-currency-symbol
modules/unictype/property-dash
modules/unictype/property-decimal-digit
modules/unictype/property-default-ignorable-code-point
modules/unictype/property-deprecated
modules/unictype/property-diacritic
modules/unictype/property-extender
modules/unictype/property-format-control
modules/unictype/property-grapheme-base
modules/unictype/property-grapheme-extend
modules/unictype/property-grapheme-link
modules/unictype/property-hex-digit
modules/unictype/property-hyphen
modules/unictype/property-id-continue
modules/unictype/property-id-start
modules/unictype/property-ideographic
modules/unictype/property-ids-binary-operator
modules/unictype/property-ids-trinary-operator
modules/unictype/property-ignorable-control
modules/unictype/property-iso-control
modules/unictype/property-join-control
modules/unictype/property-left-of-pair
modules/unictype/property-line-separator
modules/unictype/property-logical-order-exception
modules/unictype/property-lowercase
modules/unictype/property-math
modules/unictype/property-non-break
modules/unictype/property-not-a-character
modules/unictype/property-numeric
modules/unictype/property-other-alphabetic
modules/unictype/property-other-default-ignorable-code-point
modules/unictype/property-other-grapheme-extend
modules/unictype/property-other-id-continue
modules/unictype/property-other-id-start
modules/unictype/property-other-lowercase
modules/unictype/property-other-math
modules/unictype/property-other-uppercase
modules/unictype/property-paired-punctuation
modules/unictype/property-paragraph-separator
modules/unictype/property-pattern-syntax
modules/unictype/property-pattern-white-space
modules/unictype/property-private-use
modules/unictype/property-punctuation
modules/unictype/property-quotation-mark
modules/unictype/property-radical
modules/unictype/property-sentence-terminal
modules/unictype/property-soft-dotted
modules/unictype/property-space
modules/unictype/property-terminal-punctuation
modules/unictype/property-titlecase
modules/unictype/property-unassigned-code-value
modules/unictype/property-unified-ideograph
modules/unictype/property-uppercase
modules/unictype/property-variation-selector
modules/unictype/property-white-space
modules/unictype/property-xid-continue
modules/unictype/property-xid-start
modules/unictype/property-zero-width
modules/unictype/syntax-c-ident
modules/unictype/syntax-java-ident

index 81944591643bc3bbe0239dbec424a2af784c5d30..20c23ae80854dc17f9fcd840f757c4b1a654c0e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,189 @@
+2009-12-31  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        Remove unnecessary AC_C_INLINE invocation.
index 712f3b5da1a187bf97ccaa508e749769235892f5..2e2627b5187069bb9e80e7fba9f59916f1529f79 100644 (file)
@@ -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])
 ])
index 8e2f67195b2f336b3e1b7062b3858986224a9c1b..e785275924fe499d1a3341b0a6244e8fcc341482 100644 (file)
@@ -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])
   :
 ])
index 6d273cf58ab2d1fa450d0a0e323d76b1462ba356..b836bfa2c1476a90470eccc633cb4f8277cabf70 100644 (file)
@@ -6,7 +6,6 @@ lib/count-one-bits.h
 m4/count-one-bits.m4
 
 Depends-on:
-inline
 verify
 
 configure.ac:
index 38f8158dbdfc78e481eed9b8f276a3649b0e14fc..66d5b4b692a5dfafcf3fdbc4ca225513709e3fb0 100644 (file)
@@ -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:
index 12b0520891b673888904f90d603c326086ef11aa..dd6b0a6b69634512ab9fff7587d433ac565eadc3 100644 (file)
@@ -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
index 464ae5378f8c7cd87aeeeade1b25dafa7ed53ee9..484703b139c66315bb772a1b6b23790a1f9907e8 100644 (file)
@@ -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
index fc21367a46ed01c72801e190a4c105bafd2f82fc..16f0da2b709fd02d40a750131b28c85f0b266763 100644 (file)
@@ -23,7 +23,6 @@ fchdir
 fcntl-h
 fdopendir
 gettext-h
-inline
 intprops
 lchown
 lstat
index f2b18436478107a1fb82a12bb41506f04476107e..bce2fdc3e97849d9d857ee8d3d93b5b008490ba8 100644 (file)
@@ -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
index 5d316823d1e9855a25e4a878e9bcc4a0449b8a49..20b16e54e095b431d04c4dd543ecb0b96a5ad506 100644 (file)
@@ -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
index 6b8349269c09ea6e76512568f1cc0e772d56c3e4..bb38bcf9bb8ad6508e417b5e2dcd7684095f4e9c 100644 (file)
@@ -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
index 78b5b49ba9ece3f62d5e3583d078be6daae3027d..c811e4854074d33d2453e74cb3715c8887fd3ffd 100644 (file)
@@ -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
index 69054d842db0f90410d477c398561f969bec1a62..be53c43b9a917777856d91ec917b6620539a2452 100644 (file)
@@ -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
index 9ca1e21a3bd4d43fb25c4646a725d36889f76dd1..d96967bc399e8a57eb004f9067aa506fff1de05e 100644 (file)
@@ -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
index d78397b08345ff588da5e96529cc5cd1e294b725..6a7a78b5242df576642e15aa74912e9ee96f9c46 100644 (file)
@@ -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
index 764d063b0b30c78028cbfb5aeb6474d2e9a26eb7..4b9a4d33b0ec69e9512ff0847ccb47545f5a905c 100644 (file)
@@ -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
index 40a9c50560898d8e839fd0d6e4bbf14285b342f9..cdce1e984bf18962ec87afd7a084fb9d74d7d57a 100644 (file)
@@ -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
index bec11db39306a76101125e82ac8c8fcfede3dc09..e1171b28e9eb98ac8ae6f8f7d68b4f6d93a01404 100644 (file)
@@ -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
index 9476f9f65088eedaf8aebf5098b3b38989ae9977..e31281df37c4cb9fd9c5a490f581c30cd43a9c09 100644 (file)
@@ -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
index ae6aec955f10b72cd8c56bd784487b10c29ebfe5..3f3cf6f07afff290d50a7824f24d9f6fc75aaad8 100644 (file)
@@ -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
index 60b4ed636be10891aafcd80409faf50dd39dee5a..9800fc0b0aaf42739d41a56872ee1b6c4216f971 100644 (file)
@@ -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
index bb3aca034241ba3cfd88c8fe403953ae32be9ede..e50ab9910221b12102456406c69585e0b075fd93 100644 (file)
@@ -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
index 3194cb70f33bb8e2a9e7e8b2aa42b5e223353b91..7dfd6919637df470bffcaa11ffe3ae672aa724d6 100644 (file)
@@ -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
index 9722ca8f570597e4dc06355ff858d8c5602eb502..dac2b4a34c8786d0e01e31595738fa32f5b7c542 100644 (file)
@@ -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
index a98b6e448433abcfe2ad356b5fcffbfa3bf36f3f..784f011b6ed657caf8aaf206cc519faa69e67e6a 100644 (file)
@@ -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
index 1f2ae82f0cbea03aa4037caa7ee39c648147d576..28c124d90fc1379af14d49715c573017c78e2a1b 100644 (file)
@@ -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
index ad60f3ea72b36707c3110694218fdcb849b55e06..e1d3e28999485f957792c4cba1b1c1adcec3dd02 100644 (file)
@@ -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
index 2a2a4268f520d239b52bb458ad3a361b9d75b9cd..15a9fe09b177cad9749ce4d32282d58271f33f54 100644 (file)
@@ -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
index f3b7579f9f5991af80f6084dc60a9e4ee6b7e39a..553a3ab682701d3cdc3b2b21a65e390d5d443652 100644 (file)
@@ -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
index 8267ad47a5bc626dee9115dcadf934f8d3490905..2e9f98f59d014e167370c719769350654e70f474 100644 (file)
@@ -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
index 332ed709852cd59dd6eb9d9fae16b1c9460804b4..1eb12cc90ae1912136d3ea8fd7c59ba075b93e95 100644 (file)
@@ -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
index 8c01433d65eec1b6822e028c73838da243790837..6a86708f849ddd605c27f2453bd9f0a6681ef3ca 100644 (file)
@@ -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
index ad9d606ce44db851424d6e0c35742afd16a7ba71..a843eb89116a7afe6bb44dda8c50042d0b04f8e8 100644 (file)
@@ -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
index 6b04ba671219824540de1e1f6fb4560926590862..7669653956c4ff9be22826176d645a9029a484c6 100644 (file)
@@ -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
index 34b75de9128ef33a85fe091921b5957f48f2bd87..18c3b58b72a1f743cc2b95a54bbe35b2315356bd 100644 (file)
@@ -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
index fedd475900a78d28618614fc165fdcee096343d3..febb9f9ef6175595029c7726f1a26ff5e381e1f7 100644 (file)
@@ -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
index 12c793913a30f948ae8e8345427a366d7a883e4f..933a08a94e9e8286c1a839a1e44d94d3fe49c46e 100644 (file)
@@ -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
index 7db4923f09d2fe44ace5c8f6ff9dcd37629db80f..8bc9216196bd203a27ae9a4c752eb6a52367e0a4 100644 (file)
@@ -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
index 9734713883db70b48408f67514524167932f351e..699c3b9af9b0e6101980860e6b696ca8cbc58954 100644 (file)
@@ -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
index c50c77836affe1da80027a364a277ef7969370c0..b1a7c4af8a3ca3efbcdd19410e2168fefe4d1282 100644 (file)
@@ -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
index 7a544944570bbb5a33dad9fd201af53822c3992f..20d7e8f2454d877da6d22ef39ef164f4747f65a8 100644 (file)
@@ -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
index 4ebd5825e19c4f264a38129a394f99f866e0c5c8..18c771349272d3db0d092855b11225421f9bf054 100644 (file)
@@ -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
index adeebc74d9c25da59f4e5ae303e1cd4ecc44b349..ed833753bb17cd65d0755e2d01428b2dad49273a 100644 (file)
@@ -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
index be2e9241b67d02caaf81e3b977450deb4c08e84b..dd9706ddb859f64e89da1729f7d7e650d42e66ac 100644 (file)
@@ -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
index a31b2952cf00038c7bc25308b8348ccf7e9be7d3..d7ec5ecf10e3ee2894d989e3ba0cafc49c2fc857 100644 (file)
@@ -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
index ddefdbbb3265492555091f6d79e8c5f6b10e6f5a..7c8bc9c0d391f2d5cfdac8a86cd1bd319a849fed 100644 (file)
@@ -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
index 73be13f61ebd46a5b684732242107a91618bde85..94a1d70428139fc46e07064bd8f1653563a3b078 100644 (file)
@@ -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
index 3d627a59310c7d0c33c253877db5b9aef3dc4338..16e390eb980aba62bbb3d4aa3cb288cc8cf06509 100644 (file)
@@ -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
index 5cb4d98741f8aecf02bd7fbc1cec841aeebe8251..9050a664bbfa0f4c5a4fc60aa87f8d4f9fd61262 100644 (file)
@@ -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
index 09f81d303199fa02eb42f0744597db79d65dff77..7e5d60b845e1cf2926c7f0ce73c849449884057d 100644 (file)
@@ -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
index 3c7228f316d424ecedb38cb023509fc6ef75badd..09df4b6494a6e311ec3f76369045c34aaf98c8fc 100644 (file)
@@ -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
index 90db261645a3dd423851586686ae9f5331b3daa9..bb3ae1dfd2d0a1c67aed0e5b5568ae91543a7032 100644 (file)
@@ -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
index 399d5ee28a7e6e61c2b98f2e6e3e4d5afc110609..250b35d6dcf51522d076ef0c19116ed17639ac9d 100644 (file)
@@ -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
index 29397a8f2798fd22a7a12805246c7938a81e4203..6576e450e1396a0a2b5ef504858e2ea1cdd3f1b5 100644 (file)
@@ -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
index 7f50ee5461b7e9c22ac2eaece3a58c0c174459e3..b759a4da55f90f1ed3f4ed083c805d344352dabd 100644 (file)
@@ -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
index 1074327bb65daa20f16a48def20b67477a29139c..29fe576769aa8f4dcb1aac36de07fb2555aa2fd8 100644 (file)
@@ -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
index 3f256d0334c70496cf784e81974fded7b3707519..01f25024579681636ec767becf6b22f004c150ba 100644 (file)
@@ -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
index 6244d518e30da6d252b0b26b1896d24fd35dde92..fc55b587a26781691e861531fd815fc709786467 100644 (file)
@@ -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
index 3880d3b17deb8f342bb331b4826d5463b7fc5f40..9d4092ecc523ee7df5f503721787a4892e689b26 100644 (file)
@@ -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
index 5bae11dee5f12fcaf9e407a1f4bb78f6891359a6..49cb595dd1f299e0781a476157a99521dfcecca1 100644 (file)
@@ -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
index 75dca33267bf6149b40cf565b4c404451759d8b5..4400127dbff79d8de1bd7ebab570296b296cd9ea 100644 (file)
@@ -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
index f12bc934c1dfe7f5a30115b53b28be1fb31b07ac..2accc75a3881e832e10cc1d035e346bb0fae0cdd 100644 (file)
@@ -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
index 0ac5d32d1b1f9885a12d01000badc3298166b94c..46d01f95bf6d3457bc219acfa741589c9c638584 100644 (file)
@@ -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
index 22912695044155ea2af9863dcd96ee8a4ba0e66d..c8e17df155c6d635c5422f5dd588849d2e38b332 100644 (file)
@@ -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
index e0fd89584dafd01f203d59e4427e4309e3fdbed1..596f18d96a86dfecbee9bdfa673996a1ce5eefa7 100644 (file)
@@ -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
index 7b24cbc529ca69597cd558f3f2a13b2961494aa6..ba2241a4b4f1c101b68ff64ec7582ab31981ae19 100644 (file)
@@ -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
index ae47ceab201aec89e1e36e207c0fec96015b4d84..f8310942b0ef8291bc577bf35844a1ab79dc69f7 100644 (file)
@@ -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
index 8a83257079f829c1a3f99c8641870141c2c171f5..6a8e3e978d64b3295248e86565dfb99fb8d0ec9c 100644 (file)
@@ -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
index fdbf56beb76571993ccc549ae1491e9e466fffc6..b84ffd1396f7d38f66841d22445116847282c268 100644 (file)
@@ -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
index f100343b724156b5d2edfc54be875c8b086eacfa..90073a13031540a6c7ecbe742a8eeca3ad49b576 100644 (file)
@@ -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
index 119cdd9f2699f33907ba6e6719e7e77449d67715..e2d9d395ae6505a189bb678c2c36558c4c6484c6 100644 (file)
@@ -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
index 6ff647678b6f7ede6f9b51b606895c5fbb10ff01..2a4835d75d670c555f1ec15a787529726ce80119 100644 (file)
@@ -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
index 2c0465f97d23b095de000f4ceb0ff9447e3d8c67..3b7fa7d09da1f1781711cd1158f19a913f16e330 100644 (file)
@@ -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
index 69bce9893c26ff09c91f0e59442092f147a9b931..0bd6da155536bbcd962a4f224b4d692330128245 100644 (file)
@@ -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
index 8b18c0c881da8d8ff21fb120462e7f0eb08ead9c..40db74d15ec669107cc3babf94c79f00169d3826 100644 (file)
@@ -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
index ec3a7f3350f5add2026280104f213119005e8b9d..5abe6b8a243879c17e452281d3082add3eb7ea6a 100644 (file)
@@ -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
index 150c89f036b724c25c12ce4b95aba0d5dcc22573..3408a2d80ff367842d30733f6d1608bb17e05ba7 100644 (file)
@@ -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
index 942e82dd37b98d61c9f68e7d73be6f12f37a858e..f9204315f207e619d5a0b5474236e75c920ba151 100644 (file)
@@ -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
index 1335167dd0b94d09582d44270bc7043da931c882..627da3ad63a6aeab3654b1fb6bde07dcee7eaee1 100644 (file)
@@ -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
index 05e2374fb323f8d23021c23b6b915fbb60c9c660..d416b44645d36ef1d6e0982a82cbb29d8b2edcbb 100644 (file)
@@ -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
index e20025d54279aa2d3573f6153bc096c12e687bc3..3ef531eb58232bd8b7cd465ae39292229db886a0 100644 (file)
@@ -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
index 689891cba767c502c18fb33149cbddfc97654375..81cd907cea015ece8b7f9b0841f0fea4a52a194f 100644 (file)
@@ -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
index 898c99d8b10249097dd787e991a4627e8dec505e..c863fee5a1400fc62e5a3dca43af7ccc1f515fed 100644 (file)
@@ -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
index 72d0471417cedf3ffaa4be1c61e87bd8800bd885..0415746e712aa6166b31f75294a2872f778a55fe 100644 (file)
@@ -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
index d739eab6622b3e00ad864c4b7193a3c2bc68527c..e184dad4489266055b1a89db17844e9f9fd5d28b 100644 (file)
@@ -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
index 4ea34bceed718badf82fb245864f8d3cb11e9458..26f3c1ab05355c36572a41accf0d96acc4569165 100644 (file)
@@ -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
index 9ca92c2fb892f86b790c14ab2bbd358625fb105f..dd9c3fd7d320bb7f597ecd644679f39b26d6afab 100644 (file)
@@ -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
index c4404ee8d78f246c43f6ecf1ad2bb684d6e32bb1..33890d15fd593372e9b8ff24a4b8a909f2d7132c 100644 (file)
@@ -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
index e2ded77a1f268b038abeb879dde55838c3b50c5e..511c133a58014c5481011d98bd31dd0cba786f0b 100644 (file)
@@ -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
index c7e48dcb01b2b9e336ad1dd9da1ed41b93504436..5b8eb1b373c00558bba7d6feddea3c3d5c5498ae 100644 (file)
@@ -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
index 12106c1c665e40953644fdc3ff31581d0325fdd8..16dc1cb0c5cee546c00fb076c22bdda06e9721eb 100644 (file)
@@ -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
index cd08545d23e9ef7bcb9a35f6f3c1d6652e675ab8..41f10188bd97619ae51d1e36b0286c846e4d228f 100644 (file)
@@ -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
index d8ecf08ab5baff52dbea73ad7831d3e8edb6576b..d6a8345b7ee5c4ef00fd1f4674e184ee96341153 100644 (file)
@@ -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
index e05c9258775724736bb2b47951bf577572b76cdc..9d76602b2d5c0f64755a3d2651132f498410319a 100644 (file)
@@ -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
index a0138d3523981e6a0a0c4cce2fddb0e642b2f007..793d6c336a64cb64ff8efe694ca93631c2f02cdf 100644 (file)
@@ -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
index 638e4b6d87dc1b61af380cb5f214f0d023002d7b..fb63d9b6af80282caca3f827c1bbc8dc8ef53c8c 100644 (file)
@@ -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
index c76b1967c2a3909510fe0ca2f3f0e30f0444bd19..700b2e688b86b47f8e232288bd1b8231bca621a3 100644 (file)
@@ -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
index 3cfecc470654674bf8c7bbf8ab860517ff021e90..f645f81f88df8ce43c874b6e929ce05b0293e08f 100644 (file)
@@ -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
index 069648d963ffbfe00ba64fe6e8efe2140ffa7105..4fc42e54520b6507c30a0a4b5710538b46c70774 100644 (file)
@@ -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
index f8317048345f6fb0b4b8635a57f5bb24f0fd5edd..decb2860acef4e08a21c13c9ee8499bbb3088edf 100644 (file)
@@ -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
index eed2f1c8196fb7309b7fc090cb1650447c18f05c..6480d9267e8818ee73109d6aaafa35e8431fa679 100644 (file)
@@ -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
index d048a1d72b5966eac948afc7a5072afbd5480587..8008a9fef7cd77866e08fec9a06acc4ddab3510a 100644 (file)
@@ -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
index e1d202542a0ef8b4947f295202b8bc751b095f20..759ff4e0b7ff4ec1b9a255b509f292dabf915b6b 100644 (file)
@@ -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
index 2c60d9fb056d47cecb6f6644d6334d30270276a5..2106569cbda989138c6ae1c4265634bac4c624cd 100644 (file)
@@ -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
index 226dd7f6600213119265eedddf84a1fa45033a65..220b11d59249429ac5116bd70542ed9dc726c7a5 100644 (file)
@@ -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