gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index 79a2a8758b0507875ee7f5e2aa2b5c15cf0476a1..4e8293810416bd3d6f0aabedbcf5abf3eb3a1b38 100644 (file)
@@ -188,7 +188,7 @@ m2_range (struct type *type, struct ui_file *stream, int show,
          int level, const struct type_print_options *flags)
 {
   if (TYPE_HIGH_BOUND (type) == TYPE_LOW_BOUND (type))
-    m2_print_type (TYPE_DOMAIN_TYPE (type), "", stream, show, level,
+    m2_print_type (TYPE_SELF_TYPE (type), "", stream, show, level,
                   flags);
   else
     {
This page took 0.024134 seconds and 4 git commands to generate.