* locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
[platform/upstream/glibc.git] / locale / C-numeric.c
index 712c3a6..05cdad1 100644 (file)
@@ -10,7 +10,9 @@ const struct locale_data _nl_C_LC_NUMERIC =
 {
   NULL, 0, /* no file mapped */
   3,
-  ".",
-  "",
-  "\377",
+  {
+    ".",
+    "",
+    "\377"
+  }
 };