Fix PR 11628.
[pspp-builds.git] / src / split-file.c
index 733aa9fbd31c89f5548ebe4ea5c7b4b4a9649d01..4ff62e178b7ef8a0156c34adad449f6bf1ccad2e 100644 (file)
@@ -37,6 +37,9 @@ cmd_split_file (void)
       struct variable **v;
       int n;
 
+      /* For now, ignore SEPARATE and LAYERED. */
+      lex_match_id ("SEPARATE") || lex_match_id ("LAYERED");
+      
       lex_match (T_BY);
       if (!parse_variables (default_dict, &v, &n, PV_NO_DUPLICATE))
        return CMD_FAILURE;