summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/locale/lmessages.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/locale/lmessages.c b/newlib/libc/locale/lmessages.c
index c5bb9b397..33a4a5a21 100644
--- a/newlib/libc/locale/lmessages.c
+++ b/newlib/libc/locale/lmessages.c
@@ -41,10 +41,10 @@ static const struct lc_messages_T _C_messages_locale = {
"^[yY]" , /* yesexpr */
"^[nN]" , /* noexpr */
"yes" , /* yesstr */
- "no" , /* nostr */
- "ASCII" /* codeset */
+ "no" /* nostr */
#ifdef __HAVE_LOCALE_INFO_EXTENDED__
- , L"^[yY]" , /* wyesexpr */
+ , "ASCII" , /* codeset */
+ L"^[yY]" , /* wyesexpr */
L"^[nN]" , /* wnoexpr */
L"yes" , /* wyesstr */
L"no" /* wnostr */