diff options
Diffstat (limited to 'gdb/jv-lang.h')
-rw-r--r-- | gdb/jv-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/jv-lang.h b/gdb/jv-lang.h index d061096..ffe25bf 100644 --- a/gdb/jv-lang.h +++ b/gdb/jv-lang.h @@ -47,8 +47,8 @@ extern int java_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, const struct value *, const struct value_print_options *); -extern int java_value_print (struct value *, struct ui_file *, - const struct value_print_options *); +extern void java_value_print (struct value *, struct ui_file *, + const struct value_print_options *); extern struct value *java_class_from_object (struct value *); |