Rewrote most of the examine command.
[pspp-builds.git] / src / split-file.c
index bffcd5b18007d1c135b76e0e77467794fa233560..733aa9fbd31c89f5548ebe4ea5c7b4b4a9649d01 100644 (file)
@@ -21,6 +21,7 @@
 #include <stdlib.h>
 #include "alloc.h"
 #include "command.h"
+#include "dictionary.h"
 #include "error.h"
 #include "lexer.h"
 #include "str.h"
@@ -29,9 +30,6 @@
 int
 cmd_split_file (void)
 {
-  lex_match_id ("SPLIT");
-  lex_match_id ("FILE");
-
   if (lex_match_id ("OFF"))
     dict_set_split_vars (default_dict, NULL, 0);
   else