diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-11-10 20:44:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-11-10 20:44:38 +0000 |
commit | 6943961c9855edf1dd701b0047483f6a8bca6d90 (patch) | |
tree | caf5d6f451b8ada066db66456f11814c36dd49ac /gdb/scm-valprint.c | |
parent | 610510309ffc52182d773bdb9971dbecc711281d (diff) | |
download | binutils-6943961c9855edf1dd701b0047483f6a8bca6d90.zip binutils-6943961c9855edf1dd701b0047483f6a8bca6d90.tar.gz binutils-6943961c9855edf1dd701b0047483f6a8bca6d90.tar.bz2 |
s/value_ptr/struct value */
Diffstat (limited to 'gdb/scm-valprint.c')
-rw-r--r-- | gdb/scm-valprint.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/scm-valprint.c b/gdb/scm-valprint.c index 14103dc..737bafa 100644 --- a/gdb/scm-valprint.c +++ b/gdb/scm-valprint.c @@ -1,5 +1,6 @@ /* Scheme/Guile language support routines for GDB, the GNU debugger. - Copyright 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright 1995, 1996, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is part of GDB. @@ -386,7 +387,7 @@ scm_val_print (struct type *type, char *valaddr, int embedded_offset, } int -scm_value_print (value_ptr val, struct ui_file *stream, int format, +scm_value_print (struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) { return (val_print (VALUE_TYPE (val), VALUE_CONTENTS (val), 0, |