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

Diff for /mandoc/roff.c between version 1.167 and 1.168

version 1.167, 2011/07/29 10:16:59 version 1.168, 2011/08/16 12:30:12
Line 1667  roff_eqn(const struct roff *r)
Line 1667  roff_eqn(const struct roff *r)
         return(r->last_eqn ? &r->last_eqn->eqn : NULL);          return(r->last_eqn ? &r->last_eqn->eqn : NULL);
 }  }
   
 char  
 roff_eqndelim(const struct roff *r)  
 {  
   
         return('\0');  
 }  
   
 /*  /*
  * Duplicate an input string, making the appropriate character   * Duplicate an input string, making the appropriate character
  * conversations (as stipulated by `tr') along the way.   * conversations (as stipulated by `tr') along the way.

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVSweb