]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add initializers for new elements.
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:20:07 +0000 (07:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Feb 2000 07:20:07 +0000 (07:20 +0000)
locale/C-ctype.c

index 9dd122b3f6e7b9e6e64802c27fc5146c40f80fd4..44bace10685d20eb5e4598ddf0b1bbe0a57499d1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 
@@ -368,6 +368,8 @@ const struct locale_data _nl_C_LC_CTYPE =
     { string: "tolower\0" "toupper\0" },
     { string: _nl_C_LC_CTYPE_width },
     { word: 1 },
-    { string: "ANSI_X3.4-1968" }
+    { string: "ANSI_X3.4-1968" },
+    { string: (const char *) (_nl_C_LC_CTYPE_toupper + 128) },
+    { string: (const char *) (_nl_C_LC_CTYPE_tolower + 128) }
   }
 };