* Makefile.am (Makefile): Move the dependency on
[deliverable/binutils-gdb.git] / gas / bignum.h
index 42954cff5c93edf3f83b5c61400f419653132724..fbb77ffe7e18f7aac881f14c821cb73d4d0305c9 100644 (file)
@@ -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.023214 seconds and 4 git commands to generate.