s/value_ptr/struct value */

This commit is contained in:
Andrew Cagney 2001-11-10 21:34:56 +00:00
parent 6943961c98
commit 3d6d86c64b
12 changed files with 46 additions and 40 deletions

View file

@ -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;