gdb/
[deliverable/binutils-gdb.git] / gdb / m2-typeprint.c
index e2970e2a4e24423f00dffece73afa91ce050bb16..c0b813844a66de9515b91aa82a921d075082340f 100644 (file)
@@ -222,7 +222,7 @@ static void m2_array (struct type *type, struct ui_file *stream,
 {
   fprintf_filtered (stream, "ARRAY [");
   if (TYPE_LENGTH (TYPE_TARGET_TYPE (type)) > 0
-      && TYPE_ARRAY_UPPER_BOUND_TYPE (type) != BOUND_CANNOT_BE_DETERMINED)
+      && !TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED (type))
     {
       if (TYPE_INDEX_TYPE (type) != 0)
        {
This page took 0.023261 seconds and 4 git commands to generate.