From 3d6d86c64b85be304bccdbb0eeab64d82e95dd67 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 10 Nov 2001 21:34:56 +0000 Subject: s/value_ptr/struct value */ --- gdb/infcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 482db0f..67c57d0 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1023,7 +1023,7 @@ until_command (char *arg, int from_tty) static void print_return_value (int structure_return, struct type *value_type) { - register value_ptr value; + struct value *value; #ifdef UI_OUT static struct ui_stream *stb = NULL; #endif /* UI_OUT */ -- cgit v1.1