s/value_ptr/struct value */
This commit is contained in:
parent
6943961c98
commit
3d6d86c64b
12 changed files with 46 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue