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

version 1.71, 2009/09/17 13:17:30 version 1.72, 2009/09/20 11:05:22
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 561  arg_listtype(const struct mdoc_node *n)
Line 561  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.72

CVSweb