diff options
Diffstat (limited to 'gdb/block.h')
-rw-r--r-- | gdb/block.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/block.h b/gdb/block.h index 2fef52a..17c726d 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -207,4 +207,6 @@ extern void block_set_using (struct block *block, struct using_direct *using, struct obstack *obstack); +extern const struct block *block_static_block (const struct block *block); + #endif /* BLOCK_H */ |