mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
s/value_ptr/struct value */
This commit is contained in:
@@ -62,7 +62,7 @@ print_subexp (register struct expression *exp, register int *pos,
|
||||
enum precedence myprec = PREC_NULL;
|
||||
/* Set to 1 for a right-associative operator. */
|
||||
int assoc = 0;
|
||||
value_ptr val;
|
||||
struct value *val;
|
||||
char *tempstr = NULL;
|
||||
|
||||
op_print_tab = exp->language_defn->la_op_print_tab;
|
||||
|
||||
Reference in New Issue
Block a user