diff options
Diffstat (limited to 'locale')
-rw-r--r-- | locale/C-messages.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c index 0363020476..87e40e508f 100644 --- a/locale/C-messages.c +++ b/locale/C-messages.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. @@ -33,7 +33,7 @@ const struct locale_data _nl_C_LC_MESSAGES = { { string: "^[yY]" }, { string: "^[nN]" }, - { string: "" }, - { string: "" } + { string: "yes" }, + { string: "no" } } }; |