diff options
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r-- | gdb/p-lang.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h index c284c1d..520accf 100644 --- a/gdb/p-lang.h +++ b/gdb/p-lang.h @@ -44,7 +44,7 @@ extern int pascal_val_print (struct type *, const gdb_byte *, int, extern int pascal_value_print (struct value *, struct ui_file *, const struct value_print_options *); -extern void pascal_type_print_method_args (char *, char *, +extern void pascal_type_print_method_args (const char *, const char *, struct ui_file *); /* These are in p-lang.c: */ |