2000-12-08 Michael Snyder <msnyder@mvstp600e.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / valops.c
index 7feec533085e90c2d240a4bc08b382764da4a642..918398493bcc7ad95388ddd7fc700e243bae6979 100644 (file)
@@ -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;
 
This page took 0.024016 seconds and 4 git commands to generate.