* libc/locale/lmessages.c (_C_messages_locale):
Move __HAVE_LOCALE_INFO_EXTENDED__ before codeset.
This commit is contained in:
parent
c9c2b42229
commit
dfbfc68a5b
@ -1,3 +1,8 @@
|
|||||||
|
2011-07-19 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libc/locale/lmessages.c (_C_messages_locale):
|
||||||
|
Move __HAVE_LOCALE_INFO_EXTENDED__ before codeset.
|
||||||
|
|
||||||
2011-07-19 Matt Johnson <johnso87@crhc.illinois.edu>
|
2011-07-19 Matt Johnson <johnso87@crhc.illinois.edu>
|
||||||
|
|
||||||
* libc/reent/sbrkr.c: Define _sbrk_r independently of the definition
|
* libc/reent/sbrkr.c: Define _sbrk_r independently of the definition
|
||||||
|
@ -41,10 +41,10 @@ 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 */
|
|
||||||
#ifdef __HAVE_LOCALE_INFO_EXTENDED__
|
#ifdef __HAVE_LOCALE_INFO_EXTENDED__
|
||||||
, L"^[yY]" , /* wyesexpr */
|
, "ASCII" , /* codeset */
|
||||||
|
L"^[yY]" , /* wyesexpr */
|
||||||
L"^[nN]" , /* wnoexpr */
|
L"^[nN]" , /* wnoexpr */
|
||||||
L"yes" , /* wyesstr */
|
L"yes" , /* wyesstr */
|
||||||
L"no" /* wnostr */
|
L"no" /* wnostr */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user