From: Tom Tromey Date: Tue, 31 Jan 2012 18:26:47 +0000 (+0000) Subject: * language.h (struct language_defn) : Fix X-Git-Tag: sid-snapshot-20120201~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72e1143f57174d860db5aaafef74169792cf2e07;p=thirdparty%2Fbinutils-gdb.git * language.h (struct language_defn) : Fix comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67f7598a1f4..daf970c067d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-01-31 Tom Tromey + + * language.h (struct language_defn) : Fix + comment. + 2012-01-31 Doug Evans * symtab.h: Remove outdated comment. diff --git a/gdb/language.h b/gdb/language.h index 7a1bcb79925..c27508394c1 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -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,