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

Diff for /mandoc/Attic/argv.c between version 1.28 and 1.29

version 1.28, 2009/02/23 15:19:47 version 1.29, 2009/02/23 15:34:53
Line 715  int
Line 715  int
 mdoc_argv(struct mdoc *mdoc, int line, int tok,  mdoc_argv(struct mdoc *mdoc, int line, int tok,
                 struct mdoc_arg *v, int *pos, char *buf)                  struct mdoc_arg *v, int *pos, char *buf)
 {  {
         int              i, ppos;          int              i;
         char            *p;          char            *p;
   
         (void)memset(v, 0, sizeof(struct mdoc_arg));          (void)memset(v, 0, sizeof(struct mdoc_arg));
Line 758  mdoc_argv(struct mdoc *mdoc, int line, int tok,
Line 758  mdoc_argv(struct mdoc *mdoc, int line, int tok,
   
         /* FIXME: whitespace if no value. */          /* FIXME: whitespace if no value. */
   
         ppos = *pos;  
         if ( ! argv(mdoc, line, v, pos, buf))          if ( ! argv(mdoc, line, v, pos, buf))
                 return(ARGV_ERROR);                  return(ARGV_ERROR);
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb