4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00

* libc/locale/lmessages.c (_C_messages_locale): Add missing comma.

This commit is contained in:
Corinna Vinschen 2011-05-10 16:37:14 +00:00
parent c29e693388
commit 94335e0842
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-05-10 Corinna Vinschen <vinschen@redhat.com>
* libc/locale/lmessages.c (_C_messages_locale): Add missing comma.
2011-05-04 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 2011-05-04 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* libc/include/signal.h (psignal): Declare. * libc/include/signal.h (psignal): Declare.

View File

@ -41,7 +41,7 @@ static const struct lc_messages_T _C_messages_locale = {
"^[yY]" , /* yesexpr */ "^[yY]" , /* yesexpr */
"^[nN]" , /* noexpr */ "^[nN]" , /* noexpr */
"yes" , /* yesstr */ "yes" , /* yesstr */
"no" /* nostr */ "no" , /* nostr */
"ASCII" /* codeset */ "ASCII" /* codeset */
#ifdef __HAVE_LOCALE_INFO_EXTENDED__ #ifdef __HAVE_LOCALE_INFO_EXTENDED__
, L"^[yY]" , /* wyesexpr */ , L"^[yY]" , /* wyesexpr */