From 40deae084780af51458714b5d0c5a88787c8fcd1 Mon Sep 17 00:00:00 2001
From: Roland McGrath <roland@gnu.org>
Date: Fri, 10 Mar 1995 05:01:07 +0000
Subject: * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL

 	into just CLASS.  Add standard/optional flag to all items.

	* locale/localeinfo.h (_NL_CURRENT_DEFINE): Fix typo.

	* ctype/ctype.h [__BYTE_ORDER == __LITTLE_ENDIAN] (_ISbit):
 	Rearrange defn to satisfy compiler.

	* locale/localeinfo.h: Declare _nl_current.
---
 locale/C-messages.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

(limited to 'locale/C-messages.c')

diff --git a/locale/C-messages.c b/locale/C-messages.c
index d72958fc23..f59cde3bb8 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.c
@@ -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:]]",
+    "",
+    ""
+  }
 };
-- 
cgit v1.2.1