From 8217ddf5c6137488b6ea5b244f74c7668b800f83 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Jan 2000 02:45:13 +0000 Subject: Add initializers for new fields. --- locale/C-numeric.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'locale/C-numeric.c') diff --git a/locale/C-numeric.c b/locale/C-numeric.c index d42c526..00c6927 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -1,6 +1,6 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 2000 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 @@ -32,10 +32,12 @@ const struct locale_data _nl_C_LC_NUMERIC = _nl_C_name, NULL, 0, 0, /* no file mapped */ UNDELETABLE, - 3, + 5, { { string: "." }, { string: "" }, - { string: not_available } + { string: not_available }, + { wstr: (uint32_t *) L"." }, + { wstr: (uint32_t *) L"" } } }; -- cgit v1.1