diff options
Diffstat (limited to 'stdio-common/vfprintf.c')
-rw-r--r-- | stdio-common/vfprintf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 9d8785bf21..d17367fd15 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -100,9 +100,8 @@ # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case) # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case) -# define _i18n_itoa(Val, Buf, Base, Case) _i18n_itowa (Val, Buf, Base, Case) -# define _i18n_itoa_word(Val, Buf, Base, Case) \ - _i18n_itowa_word (Val, Buf, Base, Case) +# define _i18n_itoa(Val, Buf) _i18n_itowa (Val, Buf) +# define _i18n_itoa_word(Val, Buf) _i18n_itowa_word (Val, Buf) # undef EOF # define EOF WEOF # endif |