mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fri Jul 19 15:45:20 1996 Ulrich Drepper <drepper@cygnus.com>
* locale/C-messages.c (_nl_C_LC_MESSAGES): Add missing Kleene operator to yesexpr and noexpr string.
This commit is contained in:
@ -25,8 +25,8 @@ const struct locale_data _nl_C_LC_MESSAGES =
|
||||
NULL, 0, /* no file mapped */
|
||||
4,
|
||||
{
|
||||
{ string: "[yY][[:alpha:]]" },
|
||||
{ string: "[nN][[:alpha:]]" },
|
||||
{ string: "[yY][[:alpha:]]*" },
|
||||
{ string: "[nN][[:alpha:]]*" },
|
||||
{ string: "" },
|
||||
{ string: "" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user