[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.18 and 1.19

version 1.18, 2014/10/25 14:32:07 version 1.19, 2014/10/25 15:05:21
Line 682 
Line 682 
         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.18  
changed lines
  Added in v.1.19