diff options
Diffstat (limited to 'iconv/gconv_simple.c')
-rw-r--r-- | iconv/gconv_simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index be8504791b..640068d9ba 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -959,8 +959,8 @@ ucs4le_internal_loop_single (struct __gconv_step *step, } \ else \ { \ - uint_fast32_t cnt; \ - uint_fast32_t i; \ + unsigned int cnt; \ + unsigned int i; \ \ if (ch >= 0xc2 && ch < 0xe0) \ { \ |