about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-29 07:44:21 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-29 07:44:21 +0000
commit710832e5a2266a917e38796f4289d7ccb0588be6 (patch)
treec76bc3cab12d6dcca7695a5fe75192957144297f /stdio-common
parent4295702fe36902ad82587748b918d828ce62c446 (diff)
downloadglibc-710832e5a2266a917e38796f4289d7ccb0588be6.tar.gz
glibc-710832e5a2266a917e38796f4289d7ccb0588be6.tar.xz
glibc-710832e5a2266a917e38796f4289d7ccb0588be6.zip
Update.
2000-01-28  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/vfprintf.c [COMPILE_WPRINT] (_i18n_itoa_word,
	_i18n_itoa): Fix parameter lists.
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/vfprintf.c5
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