diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 18:05:57 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-12-20 18:05:57 +0000 |
commit | 2bf037b4e8e189e910a41744d79404b94235ab8b (patch) | |
tree | ec0234c3f56396c982e3ed5a77780423502a111f /locale | |
parent | 20a911071d1cfaf7d20d088efe9ede27c5809c09 (diff) | |
download | glibc-2bf037b4e8e189e910a41744d79404b94235ab8b.tar glibc-2bf037b4e8e189e910a41744d79404b94235ab8b.tar.gz glibc-2bf037b4e8e189e910a41744d79404b94235ab8b.tar.bz2 glibc-2bf037b4e8e189e910a41744d79404b94235ab8b.zip |
Updated to fedora-glibc-20051220T1751cvs/fedora-glibc-2_3_90-21
Diffstat (limited to 'locale')
-rw-r--r-- | locale/loadlocale.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/loadlocale.c b/locale/loadlocale.c index 11ece50a22..2a5935087c 100644 --- a/locale/loadlocale.c +++ b/locale/loadlocale.c @@ -1,5 +1,5 @@ /* Functions to read locale data files. - Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1996-2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -52,7 +52,7 @@ static const enum value_type _nl_value_type_##category[] = { NO_PAREN items }; #include "categories.def" #undef DEFINE_CATEGORY -static const enum value_type *_nl_value_types[] = +static const enum value_type *const _nl_value_types[] = { #define DEFINE_CATEGORY(category, category_name, items, a) \ [category] = _nl_value_type_##category, |