* NEWS: Update description of string changes. Mention print/s.
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 0e093686752026baca699673b83b71d334d546fe..f914e1eed0d7b6618e570144b08aebcd951d1017 100644 (file)
@@ -1916,7 +1916,7 @@ again:
       if (is_string)
        TYPE_CODE (type) = TYPE_CODE_STRING;
       if (is_vector)
-       TYPE_FLAGS (type) |= TYPE_FLAG_VECTOR;
+       make_vector_type (type);
       break;
 
     case 'S':                  /* Set or bitstring  type */
This page took 0.023054 seconds and 4 git commands to generate.