* language.h (struct language_defn) <la_iterate_over_symbols>: Fix
comment.
This commit is contained in:
parent
e9111bf715
commit
72e1143f57
2 changed files with 8 additions and 3 deletions
|
@ -348,9 +348,9 @@ struct language_defn
|
|||
argument. If CALLBACK returns zero, the iteration ends at that
|
||||
point.
|
||||
|
||||
This field can be NULL, meaning that this language doesn't need
|
||||
any special code aside from ordinary searches of the symbol
|
||||
table. */
|
||||
This field may not be NULL. If the language does not need any
|
||||
special processing here, 'iterate_over_symbols' should be
|
||||
used as the definition. */
|
||||
void (*la_iterate_over_symbols) (const struct block *block,
|
||||
const char *name,
|
||||
domain_enum domain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue