From eea249da3bc81776246ad5163f5eb887afdd3659 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Dec 2017 20:41:16 -0600 Subject: ansification: remove _PARAMS Signed-off-by: Yaakov Selkowitz --- newlib/libc/stdio/vfwprintf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'newlib/libc/stdio/vfwprintf.c') diff --git a/newlib/libc/stdio/vfwprintf.c b/newlib/libc/stdio/vfwprintf.c index ad684a2..1054eb9 100644 --- a/newlib/libc/stdio/vfwprintf.c +++ b/newlib/libc/stdio/vfwprintf.c @@ -228,8 +228,8 @@ _DEFUN(__sbwprintf, (rptr, fp, fmt, ap), # ifdef _NO_LONGDBL -extern char *_dtoa_r _PARAMS((struct _reent *, double, int, - int, int *, int *, char **)); +extern char *_dtoa_r (struct _reent *, double, int, + int, int *, int *, char **); # define _PRINTF_FLOAT_TYPE double # define _DTOA_R _dtoa_r @@ -237,8 +237,8 @@ extern char *_dtoa_r _PARAMS((struct _reent *, double, int, # else /* !_NO_LONGDBL */ -extern char *_ldtoa_r _PARAMS((struct _reent *, _LONG_DOUBLE, int, - int, int *, int *, char **)); +extern char *_ldtoa_r (struct _reent *, _LONG_DOUBLE, int, + int, int *, int *, char **); extern int _EXFUN(_ldcheck,(_LONG_DOUBLE *)); -- cgit v1.1