Use AC_C_INLINE instead of module 'inline' where possible.
[gnulib.git] / modules / unictype / property-decimal-digit
1 Description:
2 Test whether a Unicode character is "decimal digit".
3
4 Files:
5 lib/unictype/pr_decimal_digit.c
6 lib/unictype/pr_decimal_digit.h
7 lib/unictype/bitmap.h
8
9 Depends-on:
10 unictype/base
11 unictype/category-test
12 unictype/category-Nd
13
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16
17 Makefile.am:
18 lib_SOURCES += unictype/pr_decimal_digit.c
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Bruno Haible
28