diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 01:52:16 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 01:52:16 +0000 |
commit | 73ee5e4c0ff04c02e128f721fa63468cc687c14e (patch) | |
tree | e2be67b8b7f5934926556028c88ac1f89cd3a32e /gas/bignum.h | |
parent | 2d2255b58e98053e88fd7d4e9be0c98567d8c739 (diff) | |
download | gdb-73ee5e4c0ff04c02e128f721fa63468cc687c14e.zip gdb-73ee5e4c0ff04c02e128f721fa63468cc687c14e.tar.gz gdb-73ee5e4c0ff04c02e128f721fa63468cc687c14e.tar.bz2 |
* app.c: Convert to ISO-C.
* as.h: Likewise.
* atof-generic.c: Likewise.
* bignum-copy.c: Likewise.
* bignum.h: Likewise.
* cgen.c: Likewise.
* cgen.h: Likewise.
* cond.c: Likewise.
Diffstat (limited to 'gas/bignum.h')
-rw-r--r-- | gas/bignum.h | 4 |
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 */ |