[BACK]Return to roff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.c between version 1.130 and 1.131

version 1.130, 2015/01/28 17:30:37 version 1.131, 2015/01/30 00:19:26
Line 1200 
Line 1200 
         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.130  
changed lines
  Added in v.1.131