Add yet another expression test and fix the bugs it found.
[pspp-builds.git] / src / modify-vars.c
index 46fe644d105b7bd0c7520449e4ff415606ce8eb3..5cddfe15a349e3640e0a17e26d5a32de84871148 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include <assert.h>
+#include "error.h"
 #include "algorithm.h"
 #include "alloc.h"
 #include "bitvector.h"
 #include "command.h"
+#include "dictionary.h"
 #include "error.h"
 #include "hash.h"
 #include "lexer.h"
@@ -90,9 +91,6 @@ cmd_modify_vars (void)
       cancel_temporary (); 
     }
 
-  lex_match_id ("MODIFY");
-  lex_match_id ("VARS");
-
   vm.reorder_vars = NULL;
   vm.reorder_cnt = 0;
   vm.rename_vars = NULL;