* mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr

with `struct value *'.
This commit is contained in:
Andrew Cagney 2001-07-09 14:50:37 +00:00
parent 65e2f7407a
commit 96052a95b1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-07 Andrew Cagney <ac131313@redhat.com>
* mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr
with `struct value *'.
2001-07-08 Kevin Buettner <kevinb@redhat.com>
* mi-out.c (mi_table_header, mi_field_int, mi_field_skip)

View file

@ -659,7 +659,7 @@ mi_cmd_data_evaluate_expression (char *command, char **argv, int argc)
{
struct expression *expr;
struct cleanup *old_chain = NULL;
value_ptr val;
struct value *val;
struct ui_stream *stb = NULL;
stb = ui_out_stream_new (uiout);