diff options
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index f6154fd..ab6997d 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -90,7 +90,7 @@ struct ada_symbol_info struct symbol *sym; /* The block where the symbol was found. */ - struct block *block; + const struct block *block; }; /* Denotes a type of renaming symbol (see ada_parse_renaming). */ @@ -342,7 +342,7 @@ extern struct type *ada_find_parallel_type (struct type *, extern LONGEST get_int_var_value (char *, int *); extern struct symbol *ada_find_renaming_symbol (struct symbol *name_sym, - struct block *block); + const struct block *block); extern int ada_prefer_type (struct type *, struct type *); |