From 52bc074fec2a0e606b69f6d94198a6cbcb044442 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 Aug 1999 18:42:14 +0000 Subject: Update. 1999-08-31 Andreas Schwab * locale/C-collate.c: Add missing initialisations. * locale/C-ctype.c: Likewise. --- locale/C-collate.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'locale/C-collate.c') diff --git a/locale/C-collate.c b/locale/C-collate.c index ba85002d5c..616fed1e3a 100644 --- a/locale/C-collate.c +++ b/locale/C-collate.c @@ -1,6 +1,6 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1995. + Contributed by Ulrich Drepper , 1995. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -156,15 +156,24 @@ const struct locale_data _nl_C_LC_COLLATE = { word: 0 }, { string: NULL }, { string: NULL }, + { string: NULL }, + { string: NULL }, + { word: 0 }, { word: 0 }, { string: NULL }, { string: NULL }, + { string: NULL }, + { string: NULL }, { word: 0 }, { string: NULL }, { string: NULL }, { string: NULL }, { string: NULL }, { string: NULL }, + { string: NULL }, + { string: NULL }, + { string: NULL }, + { string: NULL }, { word: 223 }, #if __BYTE_ORDER == __LITTLE_ENDIAN { string: NULL }, @@ -174,6 +183,8 @@ const struct locale_data _nl_C_LC_COLLATE = { string: NULL }, #endif { string: _nl_C_LC_COLLATE_symbol_strings }, + { string: NULL }, + { string: NULL }, #if __BYTE_ORDER == __LITTLE_ENDIAN { string: NULL }, #endif -- cgit 1.4.1