* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
gdb/ChangeLog: * block.h (ALL_BLOCK_SYMBOLS): Fix comment.
This commit is contained in:
parent
4c35218eab
commit
a023a30fb4
@ -1,3 +1,7 @@
|
||||
2014-10-26 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* block.h (ALL_BLOCK_SYMBOLS): Fix comment.
|
||||
|
||||
2014-10-26 Doug Evans <xdje42@gmail.com>
|
||||
|
||||
* block.c (allocate_block): Use OBSTACK_ZALLOC instead of
|
||||
|
@ -271,8 +271,8 @@ extern struct symbol *block_iter_match_next (const char *name,
|
||||
symbol_compare_ftype *compare,
|
||||
struct block_iterator *iterator);
|
||||
|
||||
/* Macro to loop through all symbols in a block BL, in no particular
|
||||
order. ITER helps keep track of the iteration, and should be a
|
||||
/* Macro to loop through all symbols in BLOCK, in no particular
|
||||
order. ITER helps keep track of the iteration, and must be a
|
||||
struct block_iterator. SYM points to the current symbol. */
|
||||
|
||||
#define ALL_BLOCK_SYMBOLS(block, iter, sym) \
|
||||
|
Loading…
Reference in New Issue
Block a user