diff options
Diffstat (limited to 'newlib/libc/stdlib/ldtoa.c')
-rw-r--r-- | newlib/libc/stdlib/ldtoa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/ldtoa.c b/newlib/libc/stdlib/ldtoa.c index 5c29725..ab27e47 100644 --- a/newlib/libc/stdlib/ldtoa.c +++ b/newlib/libc/stdlib/ldtoa.c @@ -719,8 +719,7 @@ return(0); /* Return nonzero if internal format number is infinite. */ static int -eiisinf (x) - unsigned short x[]; +eiisinf (unsigned short x[]) { #ifdef NANS |