* 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
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue