mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2000-01-28 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c [COMPILE_WPRINT] (_i18n_itoa_word, _i18n_itoa): Fix parameter lists.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user