diff options
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/value.h b/gdb/value.h index 9706e70..bb6f1f6 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -824,10 +824,10 @@ extern int val_print (struct type *type, const gdb_byte *valaddr, const struct value_print_options *options, const struct language_defn *language); -extern int common_val_print (struct value *val, - struct ui_file *stream, int recurse, - 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, + const struct value_print_options *options, + const struct language_defn *language); extern int val_print_string (struct type *elttype, const char *encoding, CORE_ADDR addr, int len, |