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

Diff for /mandoc/eqn.c between version 1.71 and 1.72

version 1.71, 2017/06/26 20:09:04 version 1.72, 2017/06/29 16:31:15
Line 683  eqn_parse(struct eqn_node *ep, struct eqn_box *parent)
Line 683  eqn_parse(struct eqn_node *ep, struct eqn_box *parent)
         if (ep->data == NULL)          if (ep->data == NULL)
                 return ROFF_IGN;                  return ROFF_IGN;
   
         ep->start = ep->end = ep->data;          ep->start = ep->end = ep->data + strspn(ep->data, " ^~");
   
 next_tok:  next_tok:
         tok = eqn_next(ep, MODE_TOK);          tok = eqn_next(ep, MODE_TOK);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb