Remove type_name_no_tag and rename type_name_no_tag_or_error
[deliverable/binutils-gdb.git] / gdb / p-typeprint.c
index f82a2bc981dbe41bbd4c11dfb51c5cb7e81a600b..349bbd6aa4f84bc882a657a62f18ddfb66c01983 100644 (file)
@@ -139,7 +139,7 @@ pascal_type_print_derivation_info (struct ui_file *stream, struct type *type)
       fprintf_filtered (stream, "%s%s ",
                        BASETYPE_VIA_PUBLIC (type, i) ? "public" : "private",
                        BASETYPE_VIA_VIRTUAL (type, i) ? " virtual" : "");
-      name = type_name_no_tag (TYPE_BASECLASS (type, i));
+      name = TYPE_NAME (TYPE_BASECLASS (type, i));
       fprintf_filtered (stream, "%s", name ? name : "(null)");
     }
   if (i > 0)
This page took 0.024768 seconds and 4 git commands to generate.