* ehopt.c: Convert to ISO-C.
[deliverable/binutils-gdb.git] / gas / flonum-copy.c
index 1e6b40ba70652116c14bb036d2d06f61adc2ba15..e3aba2c4661e697bc628479339b2b35421345138 100644 (file)
@@ -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 */
This page took 0.022285 seconds and 4 git commands to generate.