* locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
[platform/upstream/glibc.git] / locale / C-messages.c
index d72958f..f59cde3 100644 (file)
@@ -10,8 +10,10 @@ const struct locale_data _nl_C_LC_MESSAGES =
 {
   NULL, 0, /* no file mapped */
   4,
-  "[yY][[:alpha:]]",
-  "[nN][[:alpha:]]",
-  "",
-  "",
+  {
+    "[yY][[:alpha:]]",
+    "[nN][[:alpha:]]",
+    "",
+    ""
+  }
 };