summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/ctype-space
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/ctype-space')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/ctype-space27
2 files changed, 27 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/unictype/ctype-space b/gnulib/modules/unictype/ctype-space
new file mode 100644
index 00000000..e50ab991
--- /dev/null
+++ b/gnulib/modules/unictype/ctype-space
@@ -0,0 +1,27 @@
+Description:
+Generalization of the <ctype.h> isspace() function and the
+<wctype.h> iswspace() function.
+
+Files:
+lib/unictype/ctype_space.c
+lib/unictype/ctype_space.h
+lib/unictype/bitmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+
+Makefile.am:
+lib_SOURCES += unictype/ctype_space.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+