diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index 88e1ea3..9b4e504 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -84,4 +84,10 @@ extern void d_val_print (struct type *type, struct value *val, const struct value_print_options *options); +/* Implement la_value_print_inner for D. */ + +extern void d_value_print_inner (struct value *val, + struct ui_file *stream, int recurse, + const struct value_print_options *options); + #endif /* !defined (D_LANG_H) */ |