diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 76dca32..d019a1d 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -164,10 +164,10 @@ extern void ada_print_type (struct type *, const char *, struct ui_file *, int, extern void ada_print_typedef (struct type *type, struct symbol *new_symbol, struct ui_file *stream); -extern int ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, - struct ui_file *, int, - const struct value *, - const struct value_print_options *); +extern void ada_val_print (struct type *, const gdb_byte *, int, CORE_ADDR, + struct ui_file *, int, + const struct value *, + const struct value_print_options *); extern void ada_value_print (struct value *, struct ui_file *, const struct value_print_options *); |