diff options
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; |