[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.71 and 1.73

version 1.71, 2009/09/17 13:17:30 version 1.73, 2009/09/20 17:24:57
Line 493  print_head(DECL_ARGS)
Line 493  print_head(DECL_ARGS)
 }  }
   
   
 /* TODO: put into util file. */  /* FIXME: put in utility file for front-ends. */
 static size_t  static size_t
 arg_width(const struct mdoc_argv *arg, int pos)  arg_width(const struct mdoc_argv *arg, int pos)
 {  {
Line 520  arg_width(const struct mdoc_argv *arg, int pos)
Line 520  arg_width(const struct mdoc_argv *arg, int pos)
 }  }
   
   
   /* FIXME: put in utility file for front-ends. */
 static int  static int
 arg_listtype(const struct mdoc_node *n)  arg_listtype(const struct mdoc_node *n)
 {  {
Line 561  arg_listtype(const struct mdoc_node *n)
Line 562  arg_listtype(const struct mdoc_node *n)
 }  }
   
   
   /* FIXME: put in utility file for front-ends. */
 static size_t  static size_t
 arg_offset(const struct mdoc_argv *arg)  arg_offset(const struct mdoc_argv *arg)
 {  {

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.73

CVSweb