[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.41

version 1.39, 2009/09/24 15:01:06 version 1.41, 2009/09/25 13:03:25
Line 934  order_rs(int t)
Line 934  order_rs(int t)
 }  }
   
   
   /* ARGSUSED */
 static int  static int
 post_rs(POST_ARGS)  post_rs(POST_ARGS)
 {  {
Line 943  post_rs(POST_ARGS)
Line 944  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.41

CVSweb