/[pspp]/pspp/src/split-file.c
ViewVC logotype

Diff of /pspp/src/split-file.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by blp, Mon Nov 15 09:51:22 2004 UTC revision 1.5 by blp, Sat Mar 12 21:30:18 2005 UTC
# Line 37  cmd_split_file (void) Line 37  cmd_split_file (void)
37        struct variable **v;        struct variable **v;
38        int n;        int n;
39    
40          /* For now, ignore SEPARATE and LAYERED. */
41          lex_match_id ("SEPARATE") || lex_match_id ("LAYERED");
42          
43        lex_match (T_BY);        lex_match (T_BY);
44        if (!parse_variables (default_dict, &v, &n, PV_NO_DUPLICATE))        if (!parse_variables (default_dict, &v, &n, PV_NO_DUPLICATE))
45          return CMD_FAILURE;          return CMD_FAILURE;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26