summaryrefslogtreecommitdiff
path: root/gnulib/modules/unictype/syntax-java-ident
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/unictype/syntax-java-ident')
m---------gnulib0
-rw-r--r--gnulib/modules/unictype/syntax-java-ident29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/unictype/syntax-java-ident b/gnulib/modules/unictype/syntax-java-ident
new file mode 100644
index 0000000..4bbba28
--- /dev/null
+++ b/gnulib/modules/unictype/syntax-java-ident
@@ -0,0 +1,29 @@
+Description:
+Test whether a Unicode character can occur in identifiers in the Java language.
+
+Files:
+lib/unictype/sy_java_ident.c
+lib/unictype/sy_java_ident.h
+lib/unictype/identsyntaxmap.h
+
+Depends-on:
+unictype/base
+
+configure.ac:
+AC_REQUIRE([AC_C_INLINE])
+gl_LIBUNISTRING_MODULE([0.9.4], [unictype/syntax-java-ident])
+
+Makefile.am:
+if LIBUNISTRING_COMPILE_UNICTYPE_SYNTAX_JAVA_IDENT
+lib_SOURCES += unictype/sy_java_ident.c
+endif
+
+Include:
+"unictype.h"
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible
+