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

Diff of /pspp/src/repeat.c

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

revision 1.17 by blp, Sun Jul 31 21:42:46 2005 UTC revision 1.18 by blp, Mon Oct 24 02:51:31 2005 UTC
# Line 341  internal_cmd_do_repeat (void) Line 341  internal_cmd_do_repeat (void)
341  static int  static int
342  parse_ids (struct repeat_entry * e)  parse_ids (struct repeat_entry * e)
343  {  {
344    int i;    size_t i;
345    int n = 0;    size_t n = 0;
346    
347    e->type = 1;    e->type = 1;
348    e->replacement = NULL;    e->replacement = NULL;
# Line 350  parse_ids (struct repeat_entry * e) Line 350  parse_ids (struct repeat_entry * e)
350    do    do
351      {      {
352        char **names;        char **names;
353        int nnames;        size_t nnames;
354    
355        if (!parse_mixed_vars (&names, &nnames, PV_NONE))        if (!parse_mixed_vars (&names, &nnames, PV_NONE))
356          return 0;          return 0;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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