From ccf0397afcf4e4ad8f41a7f3288944d2b69accee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Feb 2000 07:20:07 +0000 Subject: [PATCH] Add initializers for new elements. --- locale/C-ctype.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) } } }; -- 2.47.2