/[pspp]/pspp/src/list.q
ViewVC logotype

Diff of /pspp/src/list.q

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

revision 1.15 by blp, Mon May 2 06:21:20 2005 UTC revision 1.16 by blp, Tue May 17 05:46:39 2005 UTC
# Line 204  cmd_list (void) Line 204  cmd_list (void)
204        strcpy (casenum_var.name, "Case#");        strcpy (casenum_var.name, "Case#");
205        casenum_var.type = NUMERIC;        casenum_var.type = NUMERIC;
206        casenum_var.fv = -1;        casenum_var.fv = -1;
207        casenum_var.print.type = FMT_F;        casenum_var.print = make_output_format (FMT_F,
208        casenum_var.print.w = (cmd.last == LONG_MAX ? 5 : intlog10 (cmd.last));                                                (cmd.last == LONG_MAX
209        casenum_var.print.d = 0;                                                 ? 5 : intlog10 (cmd.last)), 0);
210    
211        /* Add the weight variable at the beginning of the variable list. */        /* Add the weight variable at the beginning of the variable list. */
212        cmd.n_variables++;        cmd.n_variables++;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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