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

Diff for /mandoc/eqn.c between version 1.49 and 1.50

version 1.49, 2014/10/10 09:12:44 version 1.50, 2014/10/10 14:02:02
Line 537  eqn_box_alloc(struct eqn_node *ep, struct eqn_box *par
Line 537  eqn_box_alloc(struct eqn_node *ep, struct eqn_box *par
         bp->expectargs = UINT_MAX;          bp->expectargs = UINT_MAX;
         bp->size = ep->gsize;          bp->size = ep->gsize;
   
         assert(NULL != parent);  
   
         if (NULL != parent->first) {          if (NULL != parent->first) {
                 assert(NULL != parent->last);  
                 parent->last->next = bp;                  parent->last->next = bp;
                 bp->prev = parent->last;                  bp->prev = parent->last;
         } else          } else

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVSweb