diff options
Diffstat (limited to 'gas/flonum-copy.c')
-rw-r--r-- | gas/flonum-copy.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/flonum-copy.c b/gas/flonum-copy.c index 1e6b40b..e3aba2c 100644 --- a/gas/flonum-copy.c +++ b/gas/flonum-copy.c @@ -22,9 +22,7 @@ #include "as.h" void -flonum_copy (in, out) - FLONUM_TYPE *in; - FLONUM_TYPE *out; +flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) { unsigned int in_length; /* 0 origin */ unsigned int out_length; /* 0 origin */ |