(dump_aggregate_info) Properly test whether the destination variable
[pspp-builds.git] / src / rename-vars.c
index 21b80432cd38ffaa3e59c4514c90544cbd6ca1b8..0219f28345a0c99d017add9407c8764281686ed0 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include <assert.h>
+#include "error.h"
 #include "alloc.h"
 #include "command.h"
+#include "dictionary.h"
 #include "error.h"
 #include "hash.h"
 #include "lexer.h"
@@ -49,9 +50,6 @@ cmd_rename_variables (void)
       cancel_temporary (); 
     }
 
-  lex_match_id ("RENAME");
-  lex_match_id ("VARIABLES");
-
   do
     {
       int prev_nv_1 = rename_cnt;