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

Diff for /mandoc/eqn_term.c between version 1.12 and 1.13

version 1.12, 2017/07/07 19:06:31 version 1.13, 2017/07/08 14:51:04
Line 40  static void eqn_box(struct termp *, const struct eqn_b
Line 40  static void eqn_box(struct termp *, const struct eqn_b
   
   
 void  void
 term_eqn(struct termp *p, const struct eqn *ep)  term_eqn(struct termp *p, const struct eqn_box *bp)
 {  {
   
         eqn_box(p, ep->root);          eqn_box(p, bp);
         p->flags &= ~TERMP_NOSPACE;          p->flags &= ~TERMP_NOSPACE;
 }  }
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb