Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
[deliverable/binutils-gdb.git] / gdb / wrapper.c
index f7b14fca005f8f67a400dc61afb75d09ccca803b..4ee8fa248c1d5d4643a4568274eee5109a412c90 100644 (file)
@@ -42,17 +42,17 @@ struct gdb_wrapper_arguments
       } args[10];
   };
 
-static int wrap_parse_exp_1 PARAMS ((char *));
+static int wrap_parse_exp_1 (char *);
 
-static int wrap_evaluate_expression PARAMS ((char *));
+static int wrap_evaluate_expression (char *);
 
-static int wrap_value_fetch_lazy PARAMS ((char *));
+static int wrap_value_fetch_lazy (char *);
 
-static int wrap_value_equal PARAMS ((char *));
+static int wrap_value_equal (char *);
 
-static int wrap_value_subscript PARAMS ((char *));
+static int wrap_value_subscript (char *);
 
-static int wrap_value_ind PARAMS ((char *opaque_arg));
+static int wrap_value_ind (char *opaque_arg);
 
 static int wrap_parse_and_eval_type (char *);
 
This page took 0.024462 seconds and 4 git commands to generate.