summaryrefslogtreecommitdiff
path: root/modules/unictype/syntax-c-ident
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
committerBruno Haible <bruno@clisp.org>2007-11-13 00:15:53 +0100
commit5a6e55c1886acd86b0deaa9d1d343471f61d3ded (patch)
tree555338857a07af4e9d4533d0a7b63971e43fcac7 /modules/unictype/syntax-c-ident
parenta179a84eaad67c3690f924f4a0d6852d13b073d1 (diff)
downloadgnulib-5a6e55c1886acd86b0deaa9d1d343471f61d3ded.tar.gz
Unicode character classification functions.
Diffstat (limited to 'modules/unictype/syntax-c-ident')
-rw-r--r--modules/unictype/syntax-c-ident26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules/unictype/syntax-c-ident b/modules/unictype/syntax-c-ident
new file mode 100644
index 0000000000..2c60d9fb05
--- /dev/null
+++ b/modules/unictype/syntax-c-ident
@@ -0,0 +1,26 @@
+Description:
+Test whether a Unicode character can occur in identifiers in the C language.
+
+Files:
+lib/unictype/sy_c_ident.c
+lib/unictype/sy_c_ident.h
+lib/unictype/identsyntaxmap.h
+
+Depends-on:
+unictype/base
+inline
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += unictype/sy_c_ident.c
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+