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

Diff for /mandoc/Attic/mandoc-db.c between version 1.6 and 1.7

version 1.6, 2011/04/05 13:09:33 version 1.7, 2011/04/05 13:12:34
Line 546  pmdoc_Vt(MDOC_ARGS)
Line 546  pmdoc_Vt(MDOC_ARGS)
                 return;                  return;
         if (MDOC_Vt == n->tok && MDOC_BODY != n->type)          if (MDOC_Vt == n->tok && MDOC_BODY != n->type)
                 return;                  return;
         if (NULL == n->child || MDOC_TEXT != n->child->type)          if (NULL == n->last || MDOC_TEXT != n->last->type)
                 return;                  return;
   
         /*          /*

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

CVSweb