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

Diff for /src/usr.bin/mandoc/eqn.c between version 1.34 and 1.35

version 1.34, 2017/06/26 19:53:00 version 1.35, 2017/06/29 16:30:47
Line 681 
Line 681 
         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.34  
changed lines
  Added in v.1.35