Finish converting struct variable to an opaque type. In this
[pspp-builds.git] / src / language / dictionary / vector.c
index 7492015c7c868d3fd875722f8ac0d64150be4074..ac8d74d5dabbb5bc14db93ed095b9cc2a2542694 100644 (file)
@@ -107,7 +107,7 @@ cmd_vector (struct lexer *lexer, struct dataset *ds)
            }
 
          if (!parse_variables (lexer, dict, &v, &nv,
-                                PV_SAME_TYPE | PV_DUPLICATE))
+                                PV_SAME_WIDTH | PV_DUPLICATE))
            goto fail;
 
           dict_create_vector (dict, vecnames, v, nv);