diff options
Diffstat (limited to 'gdb/block.h')
-rw-r--r-- | gdb/block.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/block.h b/gdb/block.h index 442fa4a..8334a3b 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -187,9 +187,9 @@ struct blockvector #define STATIC_BLOCK 1 #define FIRST_LOCAL_BLOCK 2 -extern struct symbol *block_function (struct block *); +extern struct symbol *block_function (const struct block *); -extern int contained_in (struct block *, struct block *); +extern int contained_in (const struct block *, const struct block *); extern struct blockvector *blockvector_for_pc (CORE_ADDR, int *); |