[BACK]Return to argv.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/argv.c between version 1.10 and 1.11

version 1.10, 2009/01/09 15:07:04 version 1.11, 2009/01/12 10:31:53
Line 404  mdoc_argv(struct mdoc *mdoc, int line, int tok,
Line 404  mdoc_argv(struct mdoc *mdoc, int line, int tok,
         i = *pos;          i = *pos;
         argv = &buf[++(*pos)];          argv = &buf[++(*pos)];
   
           v->line = line;
           v->pos = *pos;
   
         while (buf[*pos] && ! isspace(buf[*pos]))          while (buf[*pos] && ! isspace(buf[*pos]))
                 (*pos)++;                  (*pos)++;
   

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

CVSweb