* ehopt.c: Convert to ISO-C.
[deliverable/binutils-gdb.git] / gas / flonum-mult.c
index e23579ace873005fcb4818418bb89174550036c7..6d17f0a86970e907e34ac9b7f268f3541b629d41 100644 (file)
        (C style also gives deeper insight [to me] ... oh well ...)  */
 \f
 void
-flonum_multip (a, b, product)
-     const FLONUM_TYPE *a;
-     const FLONUM_TYPE *b;
-     FLONUM_TYPE *product;
+flonum_multip (const FLONUM_TYPE *a, const FLONUM_TYPE *b,
+              FLONUM_TYPE *product)
 {
   int size_of_a;               /* 0 origin  */
   int size_of_b;               /* 0 origin  */
This page took 0.034389 seconds and 4 git commands to generate.