Remove TYPE_TAG_NAME
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index cec48019e552a75fa3fb1a0e89c5f82eaad2bfa6..3ce5f60b12c485fd3b3abc287c788c5d7b83ba94 100644 (file)
@@ -199,7 +199,7 @@ inspect_type (struct demangle_parse_info *info,
              && strcmp (TYPE_NAME (type), name) == 0)
            return 0;
 
-         is_anon = (TYPE_TAG_NAME (type) == NULL
+         is_anon = (TYPE_NAME (type) == NULL
                     && (TYPE_CODE (type) == TYPE_CODE_ENUM
                         || TYPE_CODE (type) == TYPE_CODE_STRUCT
                         || TYPE_CODE (type) == TYPE_CODE_UNION));
This page took 0.025838 seconds and 4 git commands to generate.