diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-16 02:05:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-16 02:05:36 +0000 |
commit | 0274d73c41a807eeb10866f5211d727a5bc51b5c (patch) | |
tree | 4bbb9afc7877cf8d7a2de52036233d557485c422 /locale/C-identification.c | |
parent | c2e131128be262e38f086465f3561c2faeaaef78 (diff) | |
download | glibc-0274d73c41a807eeb10866f5211d727a5bc51b5c.tar.gz glibc-0274d73c41a807eeb10866f5211d727a5bc51b5c.tar.xz glibc-0274d73c41a807eeb10866f5211d727a5bc51b5c.zip |
* 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.
Diffstat (limited to 'locale/C-identification.c')
-rw-r--r-- | locale/C-identification.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/locale/C-identification.c b/locale/C-identification.c index 1aceca0ea8..628e8f145d 100644 --- a/locale/C-identification.c +++ b/locale/C-identification.c @@ -33,25 +33,25 @@ const struct locale_data _nl_C_LC_IDENTIFICATION attribute_hidden = 0, 16, { - { string: "ISO/IEC 14652 i18n FDCC-set" }, - { string: "ISO/IEC JTC1/SC22/WG20 - internationalization" }, - { string: "C/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn V" }, - { string: "Keld Simonsen" }, - { string: "keld@dkuug.dk" }, - { string: "+45 3122-6543" }, - { string: "+45 3325-6543" }, - { string: "" }, - { string: "ISO" }, - { string: "" }, - { string: "" }, - { string: "" }, - { string: "1.0" }, - { string: "1997-12-20" }, - { string: "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" + { .string = "ISO/IEC 14652 i18n FDCC-set" }, + { .string = "ISO/IEC JTC1/SC22/WG20 - internationalization" }, + { .string = "C/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn V" }, + { .string = "Keld Simonsen" }, + { .string = "keld@dkuug.dk" }, + { .string = "+45 3122-6543" }, + { .string = "+45 3325-6543" }, + { .string = "" }, + { .string = "ISO" }, + { .string = "" }, + { .string = "" }, + { .string = "" }, + { .string = "1.0" }, + { .string = "1997-12-20" }, + { .string = "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999\0" "i18n:1999" }, - { string: _nl_C_codeset } + { .string = _nl_C_codeset } } }; |