From 0274d73c41a807eeb10866f5211d727a5bc51b5c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 16 Dec 2002 02:05:36 +0000 Subject: * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. * iconvdata/gap.awk: Likewise. * iconvdata/gen-8bit-gap-1.sh: Likewise. * iconvdata/gen-8bit-gap.sh: Likewise. * locale/C-address.c: Likewise. * locale/C-collate.c: Likewise. * locale/C-ctype.c: Likewise. * locale/C-identification.c: Likewise. * locale/C-measurement.c: Likewise. * locale/C-messages.c: Likewise. * locale/C-monetary.c: Likewise. * locale/C-name.c: Likewise. * locale/C-numeric.c: Likewise. * locale/C-paper.c: Likewise. * locale/C-telephone.c: Likewise. * locale/C-time.c: Likewise. * nscd/connections.c: Likewise. * nscd/grpcache.c: Likewise. * nscd/hstcache.c: Likewise. * nscd/pwdcache.c: Likewise. * stdio-common/vfprintf.c: Likewise. * stdlib/random.c: Likewise. * sysdeps/generic/siglist.c: Likewise. * sysdeps/i386/fpu/bits/mathinline.h: Likewise. * sysdeps/ieee754/bits/nan.h: Likewise. * sysdeps/posix/sprofil.c: Likewise. * sysdeps/unix/sysv/linux/sleep.c: Likewise. * sysdeps/unix/sysv/linux/sysctl.c: Likewise. * sysdeps/unix/sysv/linux/usleep.c: Likewise. --- locale/C-numeric.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'locale/C-numeric.c') diff --git a/locale/C-numeric.c b/locale/C-numeric.c index 3c53486c42..377c51cdfb 100644 --- a/locale/C-numeric.c +++ b/locale/C-numeric.c @@ -30,11 +30,11 @@ const struct locale_data _nl_C_LC_NUMERIC attribute_hidden = 0, 6, { - { string: "." }, - { string: "" }, - { string: "" }, - { word: (unsigned int) L'.' }, - { word: (unsigned int) L'\0' }, - { string: _nl_C_codeset } + { .string = "." }, + { .string = "" }, + { .string = "" }, + { .word = (unsigned int) L'.' }, + { .word = (unsigned int) L'\0' }, + { .string = _nl_C_codeset } } }; -- cgit 1.4.1