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

Diff for /mandoc/main.c between version 1.90 and 1.91

version 1.90, 2010/06/26 15:22:19 version 1.91, 2010/06/26 15:36:37
Line 562  fdesc(struct curparse *curp)
Line 562  fdesc(struct curparse *curp)
   
                 /* Lastly, push down into the parsers themselves. */                  /* Lastly, push down into the parsers themselves. */
   
                 if (man && ! man_parseln(man, lnn_start, ln.buf, of))                  if (man && ! man_parseln(man, &regs, lnn_start, ln.buf, of))
                         goto bailout;                          goto bailout;
                 if (mdoc && ! mdoc_parseln(mdoc, lnn_start, ln.buf, of))                  if (mdoc && ! mdoc_parseln(mdoc, &regs, lnn_start, ln.buf, of))
                         goto bailout;                          goto bailout;
         }          }
   

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb