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

Diff for /mandoc/tree.c between version 1.4 and 1.5

version 1.4, 2009/02/20 11:04:23 version 1.5, 2009/02/20 23:35:36
Line 122  treeprint_r(const struct mdoc_node *n, int indent)
Line 122  treeprint_r(const struct mdoc_node *n, int indent)
 }  }
   
   
   /* ARGSUSED */
 int  int
 treeprint(const struct mdoc_node *node)  treeprint(const struct mdoc_node *node,
                   const struct mdoc_meta *meta)
 {  {
   
         treeprint_r(node, 0);          treeprint_r(node, 0);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb