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/valprint.c | |
parent | 6943961c9855edf1dd701b0047483f6a8bca6d90 (diff) | |
download | gdb-3d6d86c64b85be304bccdbb0eeab64d82e95dd67.zip gdb-3d6d86c64b85be304bccdbb0eeab64d82e95dd67.tar.gz gdb-3d6d86c64b85be304bccdbb0eeab64d82e95dd67.tar.bz2 |
s/value_ptr/struct value */
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index 3feb915..21f681d 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -159,7 +159,7 @@ val_print (struct type *type, char *valaddr, int embedded_offset, the number of string bytes printed. */ int -value_print (value_ptr val, struct ui_file *stream, int format, +value_print (struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) { if (val == 0) |