diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-10 21:34:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-10 21:34:56 +0000 |
commit | 3d6d86c64b85be304bccdbb0eeab64d82e95dd67 (patch) | |
tree | 8a1240660c46e76381346bb1576b10738057cfea /gdb/infcmd.c | |
parent | 6943961c9855edf1dd701b0047483f6a8bca6d90 (diff) | |
download | ppe42-binutils-3d6d86c64b85be304bccdbb0eeab64d82e95dd67.tar.gz ppe42-binutils-3d6d86c64b85be304bccdbb0eeab64d82e95dd67.zip |
s/value_ptr/struct value */
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 482db0f26a..67c57d0373 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 */ |