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

Diff for /mandoc/eqn.c between version 1.55 and 1.56

version 1.55, 2014/10/25 14:35:37 version 1.56, 2014/10/25 15:06:30
Line 684  eqn_parse(struct eqn_node *ep, struct eqn_box *parent)
Line 684  eqn_parse(struct eqn_node *ep, struct eqn_box *parent)
         char             sym[64];          char             sym[64];
         const char      *start;          const char      *start;
   
         assert(NULL != parent);          assert(parent != NULL);
           if (ep->data == NULL)
                   return(-1);
   
 next_tok:  next_tok:
         tok = eqn_tok_parse(ep, &p);          tok = eqn_tok_parse(ep, &p);

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb