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

Diff for /mandoc/Attic/mdoc_action.c between version 1.50 and 1.51

version 1.50, 2010/01/01 17:14:29 version 1.51, 2010/03/31 07:13:53
Line 647  static int
Line 647  static int
 post_bl_width(POST_ARGS)  post_bl_width(POST_ARGS)
 {  {
         size_t            width;          size_t            width;
         int               i, tok;          int               i;
           enum mdoct        tok;
         char              buf[NUMSIZ];          char              buf[NUMSIZ];
         char             *p;          char             *p;
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb