Oops. Added Changelog headings.
[pspp] / src / modify-vars.c
index 46fe644d105b7bd0c7520449e4ff415606ce8eb3..4911664d92870846784613a1bd9505f35e960432 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;
@@ -360,7 +358,7 @@ compare_variables_given_ordering (const void *a_, const void *b_,
 struct var_renaming
   {
     struct variable *var;
-    char new_name[9];
+    char new_name[SHORT_NAME_LEN + 1];
   };
 
 /* A algo_compare_func that compares new_name members in struct