aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/p-lang.h')
-rw-r--r--gdb/p-lang.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/p-lang.h b/gdb/p-lang.h
index 960d129..ae0b2aa 100644
--- a/gdb/p-lang.h
+++ b/gdb/p-lang.h
@@ -42,6 +42,11 @@ extern void pascal_val_print (struct type *, int,
struct value *,
const struct value_print_options *);
+/* Implement la_value_print_inner for Pascal. */
+
+extern void pascal_value_print_inner (struct value *, struct ui_file *, int,
+ const struct value_print_options *);
+
extern void pascal_value_print (struct value *, struct ui_file *,
const struct value_print_options *);