diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index be27827..c2ec728 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -27,6 +27,7 @@ extern char *d_demangle (const char *mangled, int options); extern int d_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int recurse, + const struct value *val, const struct value_print_options *options); #endif /* !defined (D_LANG_H) */ |