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

Diff for /src/usr.bin/mandoc/eqn_term.c between version 1.8 and 1.9

version 1.8, 2017/07/07 19:06:15 version 1.9, 2017/07/08 14:51:01
Line 38 
Line 38 
   
   
 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.8  
changed lines
  Added in v.1.9