diff options
Diffstat (limited to 'gdb/d-lang.h')
-rw-r--r-- | gdb/d-lang.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/d-lang.h b/gdb/d-lang.h index 1747ad9..ecf194d 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -69,10 +69,11 @@ extern const struct builtin_d_type *builtin_d_type (struct gdbarch *); /* Defined in d-namespace.c */ -extern struct block_symbol d_lookup_symbol_nonlocal (const struct language_defn *, - const char *, - const struct block *, - const domain_enum); +extern struct block_symbol d_lookup_symbol_nonlocal + (const struct language_defn *, + const char *, + const struct block *, + const domain_search_flags); extern struct block_symbol d_lookup_nested_symbol (struct type *, const char *, const struct block *); |