diff options
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r-- | gdb/expprint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c index d9d9b8f..fd1fccb 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -647,12 +647,11 @@ op_string (enum exp_opcode op) /* Support for dumping the raw data from expressions in a human readable form. */ -static char *op_name (struct expression *, enum exp_opcode); static int dump_subexp_body (struct expression *exp, struct ui_file *, int); /* Name for OPCODE, when it appears in expression EXP. */ -static char * +char * op_name (struct expression *exp, enum exp_opcode opcode) { return exp->language_defn->la_exp_desc->op_name (opcode); |