gdb: remove TYPE_NAME macro
[deliverable/binutils-gdb.git] / gdb / opencl-lang.c
index d686c6ea922149b3ff2513bc07f128cbf8c11b82..ae95d77f2551eef1e5e635715fd97cbd6fe58f5b 100644 (file)
@@ -1008,7 +1008,7 @@ opencl_print_type (struct type *type, const char *varstring,
     {
       type = check_typedef (type);
       if (type->code () == TYPE_CODE_ARRAY && TYPE_VECTOR (type)
-         && TYPE_NAME (type) != NULL)
+         && type->name () != NULL)
        show = 0;
     }
 
This page took 0.023576 seconds and 4 git commands to generate.