about summary refs log tree commit diff
path: root/iconvdata/cp932.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconvdata/cp932.c')
-rw-r--r--iconvdata/cp932.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/cp932.c b/iconvdata/cp932.c
index 91487fa34c..f40f8e2a9d 100644
--- a/iconvdata/cp932.c
+++ b/iconvdata/cp932.c
@@ -4572,7 +4572,7 @@ static const char from_ucs4_extra[229][2] =
 	/* Two-byte character.  First test whether the next character	      \
 	   is also available.  */					      \
 	uint32_t ch2;							      \
-	uint_fast32_t idx;						      \
+	uint32_t idx;						      \
 									      \
 	if (__glibc_unlikely (inptr + 1 >= inend))			      \
 	  {								      \