gdb/
[deliverable/binutils-gdb.git] / gdb / parse.c
index 8762ccac622f20e99ecb82cbd518ff00ceb135f2..6200e8162fa904953328d9405ef6ac64d942bd18 100644 (file)
@@ -1268,8 +1268,7 @@ follow_types (struct type *follow_type)
          create_array_type ((struct type *) NULL,
                             follow_type, range_type);
        if (array_size < 0)
-         TYPE_ARRAY_UPPER_BOUND_TYPE (follow_type)
-           = BOUND_CANNOT_BE_DETERMINED;
+         TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED (follow_type) = 1;
        break;
       case tp_function:
        /* FIXME-type-allocation: need a way to free this type when we are
This page took 0.023524 seconds and 4 git commands to generate.