aboutsummaryrefslogtreecommitdiff
path: root/gas/bignum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/bignum.h')
-rw-r--r--gas/bignum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/bignum.h b/gas/bignum.h
index 42954cf..fbb77ff 100644
--- a/gas/bignum.h
+++ b/gas/bignum.h
@@ -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 */