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

Diff for /mandoc/mdoc_validate.c between version 1.102 and 1.103

version 1.102, 2010/06/28 14:39:17 version 1.103, 2010/07/01 21:44:47
Line 543  pre_bl(PRE_ARGS)
Line 543  pre_bl(PRE_ARGS)
   
         if (MDOC_BLOCK != n->type) {          if (MDOC_BLOCK != n->type) {
                 assert(n->parent);                  assert(n->parent);
                   if (ENDBODY_NOT != n->end)
                           return(1);
                 assert(MDOC_BLOCK == n->parent->type);                  assert(MDOC_BLOCK == n->parent->type);
                 assert(MDOC_Bl == n->parent->tok);                  assert(MDOC_Bl == n->parent->tok);
                 assert(LIST__NONE != n->parent->data.Bl.type);                  assert(LIST__NONE != n->parent->data.Bl.type);

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103

CVSweb