aboutsummaryrefslogtreecommitdiff
path: root/locale/C-messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-messages.c')
-rw-r--r--locale/C-messages.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c
index 0363020..87e40e5 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" }
}
};