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

Diff for /mandoc/tree.c between version 1.2 and 1.6

version 1.2, 2009/01/17 14:04:25 version 1.6, 2009/02/21 21:00:06
Line 122  treeprint_r(const struct mdoc_node *n, int indent)
Line 122  treeprint_r(const struct mdoc_node *n, int indent)
 }  }
   
   
 int  /* ARGSUSED */
 treeprint(const struct mdoc_node *node)  void
   treeprint(const struct mdoc_node *node,
                   const struct mdoc_meta *meta)
 {  {
   
         treeprint_r(node, 0);          treeprint_r(node, 0);
         return(1);  
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.6

CVSweb