about summary refs log tree commit diff
path: root/locale/categories.def
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-07-17 10:26:58 +0200
committerAndreas Schwab <schwab@suse.de>2013-08-27 12:21:12 +0200
commit45b8acccaf43ec06d31413c75a8f1737ae3ff0e2 (patch)
tree1ad302dba87a6937959803853a32924f6f7f4a6b /locale/categories.def
parent5d228a436a8257f082e84671bf8c89b79a2c3853 (diff)
downloadglibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.tar.gz
glibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.tar.xz
glibc-45b8acccaf43ec06d31413c75a8f1737ae3ff0e2.zip
Fix missing declaration of LC_CTYPE nonascii-case element
Diffstat (limited to 'locale/categories.def')
-rw-r--r--locale/categories.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/categories.def b/locale/categories.def
index 9a89d2d2c2..8c2537842a 100644
--- a/locale/categories.def
+++ b/locale/categories.def
@@ -133,6 +133,7 @@ DEFINE_CATEGORY
   DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_IGNORE_LEN, "ctype-translit-ignore-len", std, word)
   DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_IGNORE, "ctype-translit-ignore", std, string)
   DEFINE_ELEMENT (_NL_CTYPE_MAP_TO_NONASCII, "map-to-nonascii", std, word)
+  DEFINE_ELEMENT (_NL_CTYPE_NONASCII_CASE, "nonascii-case", std, word)
   ), _nl_postload_ctype)