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

@ -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 */