forked from Imagelibrary/binutils-gdb
gdb: remove SYMBOL_CLASS macro, add getter
Change-Id: I83211d5a47efc0564386e5b5ea4a29c00b1fd46a
This commit is contained in:
@@ -883,7 +883,7 @@ c_type_print_template_args (const struct type_print_options *flags,
|
||||
{
|
||||
struct symbol *sym = TYPE_TEMPLATE_ARGUMENT (type, i);
|
||||
|
||||
if (SYMBOL_CLASS (sym) != LOC_TYPEDEF)
|
||||
if (sym->aclass () != LOC_TYPEDEF)
|
||||
continue;
|
||||
|
||||
if (first)
|
||||
|
||||
Reference in New Issue
Block a user