/[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.15 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.16 by blp, Mon May 2 06:21:20 2005 UTC
# Line 146  internal_cmd_do_repeat (void) Line 146  internal_cmd_do_repeat (void)
146        if (!lex_force_id ())        if (!lex_force_id ())
147          return 0;          return 0;
148        for (iter = repeat_tab; iter; iter = iter->next)        for (iter = repeat_tab; iter; iter = iter->next)
149          if (!strcmp (iter->id, tokid))          if (!strcasecmp (iter->id, tokid))
150            {            {
151              msg (SE, _("Identifier %s is given twice."), tokid);              msg (SE, _("Identifier %s is given twice."), tokid);
152              return 0;              return 0;

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