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

Diff for /mandoc/mdoc.c between version 1.97 and 1.98

version 1.97, 2009/07/29 08:46:06 version 1.98, 2009/07/29 08:52:24
Line 715  parsemacro(struct mdoc *m, int ln, char *buf)
Line 715  parsemacro(struct mdoc *m, int ln, char *buf)
         while (buf[i] && ' ' == buf[i])          while (buf[i] && ' ' == buf[i])
                 i++;                  i++;
   
         /* Begin recursive parse sequence. */          /*
            * Begin recursive parse sequence.  Since we're at the start of
            * the line, we don't need to do callable/parseable checks.
            */
         if ( ! mdoc_macro(m, c, ln, 1, &i, buf))          if ( ! mdoc_macro(m, c, ln, 1, &i, buf))
                 goto err;                  goto err;
   

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

CVSweb