diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 5b0691b..b1e218c 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -35,10 +35,10 @@ extern void pascal_print_type (struct type *, const char *, struct ui_file *, extern void pascal_print_typedef (struct type *, struct symbol *, struct ui_file *); -extern int pascal_val_print (struct type *, const gdb_byte *, int, - CORE_ADDR, struct ui_file *, int, - const struct value *, - const struct value_print_options *); +extern void pascal_val_print (struct type *, const gdb_byte *, int, + CORE_ADDR, struct ui_file *, int, + const struct value *, + const struct value_print_options *); extern void pascal_value_print (struct value *, struct ui_file *, const struct value_print_options *); |