1
0
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:
Roland McGrath
1996-07-20 11:53:52 +00:00
parent 22f87e0fa8
commit 73f7f68ba3
4 changed files with 9 additions and 2 deletions

View File

@ -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: "" }
}