about summary refs log tree commit diff
path: root/locale/C-messages.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale/C-messages.c')
-rw-r--r--locale/C-messages.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/locale/C-messages.c b/locale/C-messages.c
index 3f96bb0f2f..c2d7cbe59d 100644
--- a/locale/C-messages.c
+++ b/locale/C-messages.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -31,11 +31,12 @@ const struct locale_data _nl_C_LC_MESSAGES =
   UNDELETABLE,
   0,
   NULL,
-  4,
+  5,
   {
     { string: "^[yY]" },
     { string: "^[nN]" },
     { string: "" },
-    { string: "" }
+    { string: "" },
+    { string: _nl_C_codeset }
   }
 };