Added (some of the) calculations for the examine command.
[pspp] / src / rename-vars.c
index 21b80432cd38ffaa3e59c4514c90544cbd6ca1b8..70243468b743888633f82e14d974c71e53d8820b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <config.h>
 #include <stdlib.h>
-#include <assert.h>
+#include "error.h"
 #include "alloc.h"
 #include "command.h"
 #include "error.h"
@@ -49,9 +49,6 @@ cmd_rename_variables (void)
       cancel_temporary (); 
     }
 
-  lex_match_id ("RENAME");
-  lex_match_id ("VARIABLES");
-
   do
     {
       int prev_nv_1 = rename_cnt;