aboutsummaryrefslogtreecommitdiff
path: root/iconvdata/ibm16804.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-03-10 10:24:53 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-02-09 10:29:17 -0300
commit09decb521e4022172e4d3475247b159e68d5abde (patch)
tree1eb12b2144990677559738be03e8b2077e10fe0d /iconvdata/ibm16804.h
parentdd61a944f0c147296956918fd687c02cd294475d (diff)
downloadglibc-09decb521e4022172e4d3475247b159e68d5abde.tar
glibc-09decb521e4022172e4d3475247b159e68d5abde.tar.gz
glibc-09decb521e4022172e4d3475247b159e68d5abde.tar.bz2
glibc-09decb521e4022172e4d3475247b159e68d5abde.zip
iconvdata: Remove use of GNU old-style field designator extension
Use the C99 syntax instead.
Diffstat (limited to 'iconvdata/ibm16804.h')
-rw-r--r--iconvdata/ibm16804.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/iconvdata/ibm16804.h b/iconvdata/ibm16804.h
index 882b00127e..6cb72adbd3 100644
--- a/iconvdata/ibm16804.h
+++ b/iconvdata/ibm16804.h
@@ -87,17 +87,17 @@ static const uint32_t to_ucs4[256] =
static const struct gap from_idx[] =
{
- { start: 0x0000, end: 0x00ad, idx: 0 },
- { start: 0x00d7, end: 0x00d7, idx: -41 },
- { start: 0x00f7, end: 0x00f7, idx: -72 },
- { start: 0x060c, end: 0x060c, idx: -1372 },
- { start: 0x061b, end: 0x064a, idx: -1386 },
- { start: 0x0651, end: 0x0651, idx: -1392 },
- { start: 0x0660, end: 0x066d, idx: -1406 },
- { start: 0x2007, end: 0x200b, idx: -7959 },
- { start: 0x20ac, end: 0x20ac, idx: -8119 },
- { start: 0xfe7c, end: 0xfefc, idx: -64902 },
- { start: 0xffff, end: 0xffff, idx: 0 }
+ { .start = 0x0000, .end = 0x00ad, .idx = 0 },
+ { .start = 0x00d7, .end = 0x00d7, .idx = -41 },
+ { .start = 0x00f7, .end = 0x00f7, .idx = -72 },
+ { .start = 0x060c, .end = 0x060c, .idx = -1372 },
+ { .start = 0x061b, .end = 0x064a, .idx = -1386 },
+ { .start = 0x0651, .end = 0x0651, .idx = -1392 },
+ { .start = 0x0660, .end = 0x066d, .idx = -1406 },
+ { .start = 0x2007, .end = 0x200b, .idx = -7959 },
+ { .start = 0x20ac, .end = 0x20ac, .idx = -8119 },
+ { .start = 0xfe7c, .end = 0xfefc, .idx = -64902 },
+ { .start = 0xffff, .end = 0xffff, .idx = 0 }
};
static const char from_ucs4[] =