bfd/
[deliverable/binutils-gdb.git] / gas / bignum.h
index e3b2f16799826b9f6e0c79f77f43b55f3a72ecfb..fbb77ffe7e18f7aac881f14c821cb73d4d0305c9 100644 (file)
@@ -1,5 +1,5 @@
 /* bignum.h-arbitrary precision integers
-   Copyright (C) 1987, 1992 Free Software Foundation, Inc.
+   Copyright 1987, 1992 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -46,7 +46,7 @@ typedef unsigned short LITTLENUM_TYPE;
 
 /* lengths are in sizeof(littlenum)s */
 
-int bignum_copy PARAMS ((LITTLENUM_TYPE * in, int in_length,
-                        LITTLENUM_TYPE * out, int out_length));
+int bignum_copy (LITTLENUM_TYPE * in, int in_length,
+                LITTLENUM_TYPE * out, int out_length);
 
 /* end of bignum.h */
This page took 0.022689 seconds and 4 git commands to generate.