diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-11-08 05:10:18 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-11-08 05:10:18 +0000 |
commit | ed37ab208733ab2b1c8a81f6776a5893ce17503c (patch) | |
tree | 1cf0ac58cf98c818a03a4b4fb45bb14da203fd43 /gdb/valops.c | |
parent | 698cb3f0770b0679b79f5b6e1e85fa7576700c64 (diff) | |
download | gdb-ed37ab208733ab2b1c8a81f6776a5893ce17503c.zip gdb-ed37ab208733ab2b1c8a81f6776a5893ce17503c.tar.gz gdb-ed37ab208733ab2b1c8a81f6776a5893ce17503c.tar.bz2 |
Protoization.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 7feec53..9183984 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -1937,10 +1937,7 @@ value_bitstring (char *ptr, int len) requested operation is type secure, shouldn't we? FIXME. */ static int -typecmp (staticp, t1, t2) - int staticp; - struct type *t1[]; - value_ptr t2[]; +typecmp (int staticp, struct type *t1[], value_ptr t2[]) { int i; |