verify: new macro 'assume'
[gnulib.git] / modules / unictype / property-line-separator
1 Description:
2 Test whether a Unicode character is "line separator".
3
4 Files:
5 lib/unictype/pr_line_separator.c
6 lib/unictype/pr_line_separator.h
7 lib/unictype/bitmap.h
8
9 Depends-on:
10 unictype/base
11
12 configure.ac:
13 AC_REQUIRE([AC_C_INLINE])
14 gl_LIBUNISTRING_MODULE([0.9], [unictype/property-line-separator])
15
16 Makefile.am:
17 if LIBUNISTRING_COMPILE_UNICTYPE_PROPERTY_LINE_SEPARATOR
18 lib_SOURCES += unictype/pr_line_separator.c
19 endif
20
21 Include:
22 "unictype.h"
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible
29