Make the expression code a little nicer and fix bugs found
[pspp] / src / vector.c
index 2296672dc22363be9e0641f009c2744b0e2efe85..80582f76b3db459e34342af957e2a6ba35b446d8 100644 (file)
@@ -18,7 +18,7 @@
    02111-1307, USA. */
 
 #include <config.h>
-#include <assert.h>
+#include "error.h"
 #include <stdlib.h>
 #include "alloc.h"
 #include "command.h"
@@ -43,8 +43,6 @@ cmd_vector (void)
   /* Maximum allocated position for vecnames, plus one position. */
   char *endp = NULL;
 
-  lex_match_id ("VECTOR");
-
   cp = vecnames = xmalloc (256);
   endp = &vecnames[256];
   do