diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index a1b4456..ca9126b 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -62,6 +62,8 @@ extern char *d_demangle (const char *mangled, int options); extern const struct builtin_d_type *builtin_d_type (struct gdbarch *); +/* Defined in d-support.c */ + extern const char *d_parse_symbol (struct obstack *, const char *); /* Defined in d-valprint.c */ |