diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index 287c0f4..5d3a685 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -36,9 +36,9 @@ 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 void pascal_val_print (struct type *, const gdb_byte *, int, +extern void pascal_val_print (struct type *, int, CORE_ADDR, struct ui_file *, int, - const struct value *, + struct value *, const struct value_print_options *); extern void pascal_value_print (struct value *, struct ui_file *, @@ -75,7 +75,7 @@ extern void pascal_object_print_value_fields (struct type *, const gdb_byte *, LONGEST, CORE_ADDR, struct ui_file *, int, - const struct value *, + struct value *, const struct value_print_options *, struct type **, int); |