gdb: remove TYPE_NAME macro
[deliverable/binutils-gdb.git] / gdb / d-namespace.c
index f15708b60bfa0c9448404947a4c4f588088b3d94..f3053d6a734c4c938486d9cb3e489e3f0704d050 100644 (file)
@@ -131,7 +131,7 @@ d_lookup_symbol (const struct language_defn *langdef,
            return {};
 
          type = check_typedef (TYPE_TARGET_TYPE (SYMBOL_TYPE (lang_this.symbol)));
-         classname = TYPE_NAME (type);
+         classname = type->name ();
          nested = name;
        }
       else
This page took 0.025993 seconds and 4 git commands to generate.