2004-12-14 Randolph Chung <tausq@debian.org>
[deliverable/binutils-gdb.git] / gas / flonum-copy.c
index 79a34c0048e1beae607715432670fb10221d6783..e3aba2c4661e697bc628479339b2b35421345138 100644 (file)
@@ -1,5 +1,6 @@
 /* flonum_copy.c - copy a flonum
-   Copyright (C) 1987, 1990, 1991, 1992, 2000 Free Software Foundation, Inc.
+   Copyright 1987, 1990, 1991, 1992, 1993, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -21,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.079788 seconds and 4 git commands to generate.