diff options
Diffstat (limited to 'gdb/completer.c')
-rw-r--r-- | gdb/completer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/completer.c b/gdb/completer.c index 769dcf0..3e87ed4 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -999,7 +999,7 @@ add_struct_fields (struct type *type, completion_list &output, { if (!computed_type_name) { - type_name = type_name_no_tag (type); + type_name = TYPE_NAME (type); computed_type_name = 1; } /* Omit constructors from the completion list. */ |