aboutsummaryrefslogtreecommitdiff
path: root/gdb/wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/wrapper.c')
-rw-r--r--gdb/wrapper.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/wrapper.c b/gdb/wrapper.c
index f7b14fc..4ee8fa2 100644
--- a/gdb/wrapper.c
+++ b/gdb/wrapper.c
@@ -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 *);