aboutsummaryrefslogtreecommitdiff
path: root/localedata/tests-mbwc/dat_towupper.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_towupper.c')
-rw-r--r--localedata/tests-mbwc/dat_towupper.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_towupper.c b/localedata/tests-mbwc/dat_towupper.c
index ef706a8..5d971f3 100644
--- a/localedata/tests-mbwc/dat_towupper.c
+++ b/localedata/tests-mbwc/dat_towupper.c
@@ -18,7 +18,7 @@ TST_TOW_LOC (UPPER, upper) = {
{ { 0x0080 }, { 0, 1, 0x0080 } },
{ { 0x00EC }, { 0, 1, 0x00CC } },
{ { 0x00CC }, { 0, 1, 0x00CC } },
- { is_last: 1 } /* Last element. */
+ { .is_last = 1 } /* Last element. */
}
},
{ TST_TOW_REC (enUS, upper)
@@ -27,7 +27,7 @@ TST_TOW_LOC (UPPER, upper) = {
{ { 0x0080 }, { 0, 1, 0x0080 } },
{ { 0x0041 }, { 0, 1, 0x0041 } },
{ { 0x0061 }, { 0, 1, 0x0041 } },
- { is_last: 1 } /* Last element. */
+ { .is_last = 1 } /* Last element. */
}
},
{ TST_TOW_REC (eucJP, upper)
@@ -36,7 +36,7 @@ TST_TOW_LOC (UPPER, upper) = {
{ { 0x007F }, { 0, 1, 0x007F } },
{ { 0xFF41 }, { 0, 1, 0xFF21 } },
{ { 0xFF21 }, { 0, 1, 0xFF21 } },
- { is_last: 1 } /* Last element. */
+ { .is_last = 1 } /* Last element. */
}
},
{ TST_TOW_REC (end, upper) }