From ed37ab208733ab2b1c8a81f6776a5893ce17503c Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Wed, 8 Nov 2000 05:10:18 +0000 Subject: Protoization. --- gdb/valops.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/valops.c') 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; -- cgit v1.1