pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/split-file.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/split-file.c
Date: Sat, 12 Mar 2005 16:30:21 -0500

Index: pspp/src/split-file.c
diff -u pspp/src/split-file.c:1.4 pspp/src/split-file.c:1.5
--- pspp/src/split-file.c:1.4   Mon Nov 15 09:51:22 2004
+++ pspp/src/split-file.c       Sat Mar 12 21:30:18 2005
@@ -37,6 +37,9 @@
       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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]