about summary refs log tree commit diff
path: root/localedata/tests-mbwc/dat_iswpunct.c
diff options
context:
space:
mode:
Diffstat (limited to 'localedata/tests-mbwc/dat_iswpunct.c')
-rw-r--r--localedata/tests-mbwc/dat_iswpunct.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/tests-mbwc/dat_iswpunct.c b/localedata/tests-mbwc/dat_iswpunct.c
index 3c9d1fcecd..b31e1bd50f 100644
--- a/localedata/tests-mbwc/dat_iswpunct.c
+++ b/localedata/tests-mbwc/dat_iswpunct.c
@@ -44,7 +44,7 @@ TST_ISW_LOC (PUNCT, punct) = {
 	{  { 0x00F7 }, { 0,0,0 }  },	/* division */
 	{  { 0x00F8 }, { 0,1,0 }  },	/* o stroke */
 	{  { 0x00FF }, { 0,1,0 }  },	/* y dia    */
-	{ is_last: 1 }			/* Last element.  */
+	{ .is_last = 1 }		/* Last element.  */
       }
   },
   {   TST_ISW_REC (enUS, punct)
@@ -69,7 +69,7 @@ TST_ISW_LOC (PUNCT, punct) = {
 	{  { 0x007E }, { 0,0,0 }  },
 	{  { 0x007F }, { 0,1,0 }  },
 	{  { 0x0080 }, { 0,1,0 }  }, /* 20 */
-	{ is_last: 1 }			/* Last element.  */
+	{ .is_last = 1 }		/* Last element.  */
       }
   },
   {   TST_ISW_REC (eucJP, punct)
@@ -144,7 +144,7 @@ TST_ISW_LOC (PUNCT, punct) = {
 	{  { 0xFF70 }, { 0,1,0 }  },	/* HALF KATA PL -     */
 	{  { 0xFF71 }, { 0,1,0 }  },	/* HALF KATA A	      */
 	{  { 0xFF9E }, { 0,1,0 }  },	/* HALF KATA MI	      */
-	{ is_last: 1 }			/* Last element.  */
+	{ .is_last = 1 }		/* Last element.  */
       }
   },
   {   TST_ISW_REC (end, punct) }