mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
typeprint.c (find_global_typedef): Fix comment.
gdb/ChangeLog: * typeprint.c (find_global_typedef): Fix comment.
This commit is contained in:
parent
54674d3893
commit
9b94fcf1fa
@ -1,3 +1,7 @@
|
||||
2014-09-02 Doug Evans <dje@google.com>
|
||||
|
||||
* typeprint.c (find_global_typedef): Fix comment.
|
||||
|
||||
2014-09-02 Gary Benson <gbenson@redhat.com>
|
||||
|
||||
* i386-nat.h: Renamed as...
|
||||
|
@ -286,8 +286,8 @@ find_global_typedef (const struct type_print_options *flags,
|
||||
return new_tf->name;
|
||||
}
|
||||
|
||||
/* Put an entry into the hash table now, in case apply_script_type_printers
|
||||
recurses. */
|
||||
/* Put an entry into the hash table now, in case
|
||||
apply_ext_lang_type_printers recurses. */
|
||||
new_tf = XOBNEW (&flags->global_typedefs->storage, struct typedef_field);
|
||||
new_tf->name = NULL;
|
||||
new_tf->type = t;
|
||||
|
Loading…
Reference in New Issue
Block a user