summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-03-01 19:24:57 +0000
committerTom Tromey <tromey@redhat.com>2012-03-01 19:24:57 +0000
commit7a5bc8ff981bf778bb2ab405d61832c4994dcfd4 (patch)
treedcd4d184f00e7a1602362c1d6cfa5e9a8528570e /gdb/value.h
parentbbd75f30978450e2cf20537b529d926fc034b586 (diff)
downloadgdb-7a5bc8ff981bf778bb2ab405d61832c4994dcfd4.tar.gz
* value.h (val_print): Return void.
* valprint.c (val_print): Return void.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/value.h b/gdb/value.h
index bb6f1f61a60..f0fdb4cac3b 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -817,12 +817,12 @@ extern void value_print_array_elements (struct value *val,
extern struct value *value_release_to_mark (struct value *mark);
-extern int val_print (struct type *type, const gdb_byte *valaddr,
- int embedded_offset, CORE_ADDR address,
- struct ui_file *stream, int recurse,
- const struct value *val,
- const struct value_print_options *options,
- const struct language_defn *language);
+extern void val_print (struct type *type, const gdb_byte *valaddr,
+ int embedded_offset, CORE_ADDR address,
+ struct ui_file *stream, int recurse,
+ const struct value *val,
+ const struct value_print_options *options,
+ const struct language_defn *language);
extern void common_val_print (struct value *val,
struct ui_file *stream, int recurse,