X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frename-vars.c;h=0219f28345a0c99d017add9407c8764281686ed0;hb=304c185799902df1dd96a8ff2d13d279005a82e5;hp=21b80432cd38ffaa3e59c4514c90544cbd6ca1b8;hpb=14e7292894533c5491a774a2d749386362660812;p=pspp-builds.git diff --git a/src/rename-vars.c b/src/rename-vars.c index 21b80432..0219f283 100644 --- a/src/rename-vars.c +++ b/src/rename-vars.c @@ -19,9 +19,10 @@ #include #include -#include +#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;