summaryrefslogtreecommitdiff
path: root/modules/unicase
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-07-01 01:06:50 +0200
committerBruno Haible <bruno@clisp.org>2009-07-01 01:06:50 +0200
commit84c23b94c66ee83ff3843a50ef948e9556746ef1 (patch)
tree37bafef595d1a382e151adc7f10f9cb191d6995a /modules/unicase
parent37f6108148fe4d435ebfbe60c73cb28906fccd9b (diff)
downloadgnulib-84c23b94c66ee83ff3843a50ef948e9556746ef1.tar.gz
Fix evaluation of "Before C" condition of FINAL_SIGMA.
Diffstat (limited to 'modules/unicase')
-rw-r--r--modules/unicase/cased7
-rw-r--r--modules/unicase/ignorable5
2 files changed, 6 insertions, 6 deletions
diff --git a/modules/unicase/cased b/modules/unicase/cased
index e679235b9c..f2b1843647 100644
--- a/modules/unicase/cased
+++ b/modules/unicase/cased
@@ -4,14 +4,13 @@ Test whether a Unicode character is "cased".
Files:
lib/unicase/caseprop.h
lib/unicase/cased.c
+lib/unicase/cased.h
+lib/unictype/bitmap.h
Depends-on:
-unictype/category-test
-unictype/category-Lt
-unictype/property-lowercase
-unictype/property-uppercase
unitypes
stdbool
+inline
configure.ac:
diff --git a/modules/unicase/ignorable b/modules/unicase/ignorable
index 7ea017fd64..5d316823d1 100644
--- a/modules/unicase/ignorable
+++ b/modules/unicase/ignorable
@@ -4,12 +4,13 @@ Test whether a Unicode character is "case-ignorable".
Files:
lib/unicase/caseprop.h
lib/unicase/ignorable.c
+lib/unicase/ignorable.h
+lib/unictype/bitmap.h
Depends-on:
-uniwbrk/wordbreak-property
-unictype/category-of
unitypes
stdbool
+inline
configure.ac: