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

Diff of /pspp/src/means.q

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

revision 1.10 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.11 by blp, Mon Oct 24 02:51:32 2005 UTC
# Line 53  Line 53 
53    
54  /* TABLES: Variable lists for each dimension. */  /* TABLES: Variable lists for each dimension. */
55  int n_dim;              /* Number of dimensions. */  int n_dim;              /* Number of dimensions. */
56  int *nv_dim;            /* Number of variables in each dimension. */  size_t *nv_dim;         /* Number of variables in each dimension. */
57  struct variable ***v_dim;       /* Variables in each dimension.  */  struct variable ***v_dim;       /* Variables in each dimension.  */
58    
59  /* VARIABLES: List of variables. */  /* VARIABLES: List of variables. */
# Line 145  mns_custom_tables (struct cmd_means *cmd Line 145  mns_custom_tables (struct cmd_means *cmd
145    
146    do    do
147      {      {
148        int nvl;        size_t nvl;
149        struct variable **vl;        struct variable **vl;
150    
151        if (!parse_var_set_vars (var_set, &vl, &nvl,        if (!parse_var_set_vars (var_set, &vl, &nvl,

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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