diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-29 02:45:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-29 02:45:13 +0000 |
commit | 8217ddf5c6137488b6ea5b244f74c7668b800f83 (patch) | |
tree | 0a368d57b7770099c5a2933ac639f938f3eeb216 /locale/C-monetary.c | |
parent | 053cc7bbc8ff66ab81f3e1d3ed89900785acd06f (diff) | |
download | glibc-8217ddf5c6137488b6ea5b244f74c7668b800f83.zip glibc-8217ddf5c6137488b6ea5b244f74c7668b800f83.tar.gz glibc-8217ddf5c6137488b6ea5b244f74c7668b800f83.tar.bz2 |
Add initializers for new fields.
Diffstat (limited to 'locale/C-monetary.c')
-rw-r--r-- | locale/C-monetary.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/locale/C-monetary.c b/locale/C-monetary.c index d82166c..6c7b458 100644 --- a/locale/C-monetary.c +++ b/locale/C-monetary.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1995. @@ -33,11 +33,11 @@ const struct locale_data _nl_C_LC_MONETARY = _nl_C_name, NULL, 0, 0, /* no file mapped */ UNDELETABLE, - 43, + 45, { { string: "" }, { string: "" }, - { string: "" }, + { string: "." }, { string: "" }, { string: "" }, { string: "" }, @@ -77,6 +77,8 @@ const struct locale_data _nl_C_LC_MONETARY = { word: 10101 }, { word: 99991231 }, { word: 1 }, - { word: 1 } + { word: 1 }, + { wstr: (uint32_t *) L"." }, + { wstr: (uint32_t *) L"" } } }; |