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

Diff for /mandoc/read.c between version 1.95 and 1.96

version 1.95, 2014/11/01 04:08:43 version 1.96, 2014/11/01 06:03:13
Line 493  mparse_buf_r(struct mparse *curp, struct buf blk, size
Line 493  mparse_buf_r(struct mparse *curp, struct buf blk, size
                                 [curp->secondary->sz] = '\0';                                  [curp->secondary->sz] = '\0';
                 }                  }
 rerun:  rerun:
                 rr = roff_parseln(curp->roff, curp->line,                  rr = roff_parseln(curp->roff, curp->line, &ln, &of);
                     &ln.buf, &ln.sz, of, &of);  
   
                 switch (rr) {                  switch (rr) {
                 case ROFF_REPARSE:                  case ROFF_REPARSE:

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

CVSweb