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

Diff for /mandoc/mdoc_term.c between version 1.162 and 1.163

version 1.162, 2010/06/29 19:20:38 version 1.163, 2010/07/01 14:34:03
Line 327  print_mdoc_node(DECL_ARGS)
Line 327  print_mdoc_node(DECL_ARGS)
   
         if (MDOC_TEXT == n->type)          if (MDOC_TEXT == n->type)
                 term_word(p, n->string);                  term_word(p, n->string);
         else if (termacts[n->tok].pre && !n->end)          else if (termacts[n->tok].pre && ENDBODY_NOT == n->end)
                 chld = (*termacts[n->tok].pre)(p, &npair, m, n);                  chld = (*termacts[n->tok].pre)(p, &npair, m, n);
   
         if (chld && n->child)          if (chld && n->child)

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

CVSweb