s/value_ptr/struct value */
[deliverable/binutils-gdb.git] / gdb / expprint.c
index 0603dddbbdb2e99325225186c094312610030e53..cb6171139716f3c2f0358ae328dcbdc4dacd6616 100644 (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;
This page took 0.048037 seconds and 4 git commands to generate.