/[pspp]/pspp/src/numeric.c
ViewVC logotype

Diff of /pspp/src/numeric.c

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 36  Line 36 
36  int  int
37  cmd_numeric (void)  cmd_numeric (void)
38  {  {
39    int i;    size_t i;
40    
41    /* Names of variables to create. */    /* Names of variables to create. */
42    char **v;    char **v;
43    int nv;    size_t nv;
44    
45    /* Format spec for variables to create.  f.type==-1 if default is to    /* Format spec for variables to create.  f.type==-1 if default is to
46       be used. */       be used. */
# Line 107  fail: Line 107  fail:
107  int  int
108  cmd_string (void)  cmd_string (void)
109  {  {
110    int i;    size_t i;
111    
112    /* Names of variables to create. */    /* Names of variables to create. */
113    char **v;    char **v;
114    int nv;    size_t nv;
115    
116    /* Format spec for variables to create. */    /* Format spec for variables to create. */
117    struct fmt_spec f;    struct fmt_spec f;
# Line 187  int Line 187  int
187  cmd_leave (void)  cmd_leave (void)
188  {  {
189    struct variable **v;    struct variable **v;
190    int nv;    size_t nv;
191    
192    int i;    size_t i;
193    
194    if (!parse_variables (default_dict, &v, &nv, PV_NONE))    if (!parse_variables (default_dict, &v, &nv, PV_NONE))
195      return CMD_FAILURE;      return CMD_FAILURE;

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