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

Diff for /mandoc/roff.c between version 1.113 and 1.114

version 1.113, 2010/12/31 14:52:41 version 1.114, 2010/12/31 18:19:43
Line 1375  roff_freestr(struct roff *r)
Line 1375  roff_freestr(struct roff *r)
   
         r->first_string = NULL;          r->first_string = NULL;
 }  }
   
   const struct tbl_span *
   roff_span(const struct roff *r)
   {
   
           return(r->tbl ? tbl_span(r->tbl) : NULL);
   }

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

CVSweb