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

Diff for /mandoc/Attic/mdoc_action.c between version 1.39 and 1.40

version 1.39, 2009/09/24 15:01:06 version 1.40, 2009/09/24 15:08:41
Line 943  post_rs(POST_ARGS)
Line 943  post_rs(POST_ARGS)
         if (MDOC_BLOCK != n->type)          if (MDOC_BLOCK != n->type)
                 return(1);                  return(1);
   
           assert(n->body->child);
         for (next = NULL, nn = n->body->child->next; nn; nn = next) {          for (next = NULL, nn = n->body->child->next; nn; nn = next) {
                 o = order_rs(nn->tok);                  o = order_rs(nn->tok);
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

CVSweb