PR symtab/11942
[binutils-gdb.git] / gdb / p-lang.h
index 4090caac2d4b7e30ea5c99f6127f281e7b3dda45..7e076d5c9087cebb79280a935db47961cb2ab498 100644 (file)
@@ -30,13 +30,15 @@ extern int pascal_parse (void);     /* Defined in p-exp.y */
 extern void pascal_error (char *);     /* Defined in p-exp.y */
 
 /* Defined in p-typeprint.c */
-extern void pascal_print_type (struct type *, char *, struct ui_file *, int, int);
+extern void pascal_print_type (struct type *, const char *, struct ui_file *,
+                              int, int);
 
 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 int pascal_value_print (struct value *, struct ui_file *,
@@ -70,6 +72,7 @@ extern void
 extern void pascal_object_print_value_fields (struct type *, const gdb_byte *,
                                              CORE_ADDR, struct ui_file *,
                                              int,
+                                             const struct value *,
                                              const struct value_print_options *,
                                              struct type **, int);