diff options
Diffstat (limited to 'iconvdata/ibm1124.h')
-rw-r--r-- | iconvdata/ibm1124.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/iconvdata/ibm1124.h b/iconvdata/ibm1124.h index d3f0b842dc..8cf998f3e3 100644 --- a/iconvdata/ibm1124.h +++ b/iconvdata/ibm1124.h @@ -1,5 +1,5 @@ /* Conversion from and to IBM1124. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa <washi@jp.ibm.com>, 2000. @@ -88,12 +88,12 @@ static const uint32_t to_ucs4[256] = static const struct gap from_idx[] = { - { start: 0x0000, end: 0x00a0, idx: 0 }, - { start: 0x00a7, end: 0x00ad, idx: -6 }, - { start: 0x0401, end: 0x045f, idx: -857 }, - { start: 0x0490, end: 0x0491, idx: -905 }, - { start: 0x2116, end: 0x2116, idx: -8205 }, - { start: 0xffff, end: 0xffff, idx: 0 } + { .start = 0x0000, .end = 0x00a0, .idx = 0 }, + { .start = 0x00a7, .end = 0x00ad, .idx = -6 }, + { .start = 0x0401, .end = 0x045f, .idx = -857 }, + { .start = 0x0490, .end = 0x0491, .idx = -905 }, + { .start = 0x2116, .end = 0x2116, .idx = -8205 }, + { .start = 0xffff, .end = 0xffff, .idx = 0 } }; static const char from_ucs4[] = |