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

Diff for /mandoc/mdoc_macro.c between version 1.199 and 1.200

version 1.199, 2015/05/01 16:02:47 version 1.200, 2015/05/01 16:58:33
Line 263  rew_last(struct roff_man *mdoc, const struct roff_node
Line 263  rew_last(struct roff_man *mdoc, const struct roff_node
         if (to->flags & MDOC_VALID)          if (to->flags & MDOC_VALID)
                 return;                  return;
   
         mdoc->next = ROFF_NEXT_SIBLING;  
         while (mdoc->last != to) {          while (mdoc->last != to) {
                 /*                  /*
                  * Save the parent here, because we may delete the                   * Save the parent here, because we may delete the
Line 276  rew_last(struct roff_man *mdoc, const struct roff_node
Line 275  rew_last(struct roff_man *mdoc, const struct roff_node
                 mdoc->last = np;                  mdoc->last = np;
                 assert(mdoc->last);                  assert(mdoc->last);
         }          }
           mdoc->next = ROFF_NEXT_SIBLING;
         mdoc_valid_post(mdoc);          mdoc_valid_post(mdoc);
 }  }
   

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.200

CVSweb