From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:20:07 +0000 (+0000) Subject: Add initializers for new elements. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf0397afcf4e4ad8f41a7f3288944d2b69accee;p=thirdparty%2Fglibc.git Add initializers for new elements. --- diff --git a/locale/C-ctype.c b/locale/C-ctype.c index 9dd122b3f6e..44bace10685 100644 --- a/locale/C-ctype.c +++ b/locale/C-ctype.c @@ -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 , 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) } } };