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

Diff for /mandoc/roff.c between version 1.258 and 1.259

version 1.258, 2015/01/28 17:32:07 version 1.259, 2015/01/30 00:19:46
Line 1202  roff_parseln(struct roff *r, int ln, struct buf *buf, 
Line 1202  roff_parseln(struct roff *r, int ln, struct buf *buf, 
         if (r->eqn != NULL)          if (r->eqn != NULL)
                 return(eqn_read(&r->eqn, ln, buf->buf, ppos, offs));                  return(eqn_read(&r->eqn, ln, buf->buf, ppos, offs));
         if (r->tbl != NULL && ( ! ctl || buf->buf[pos] == '\0'))          if (r->tbl != NULL && ( ! ctl || buf->buf[pos] == '\0'))
                 return(tbl_read(r->tbl, ln, buf->buf, pos));                  return(tbl_read(r->tbl, ln, buf->buf, ppos));
         if ( ! ctl)          if ( ! ctl)
                 return(roff_parsetext(buf, pos, offs));                  return(roff_parsetext(buf, pos, offs));
   

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

CVSweb