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

Diff for /mandoc/mdoc.h between version 1.122 and 1.123

version 1.122, 2011/03/22 14:05:45 version 1.123, 2012/07/10 14:38:51
Line 311  struct mdoc_bl {
Line 311  struct mdoc_bl {
         int               comp; /* -compact */          int               comp; /* -compact */
         size_t            ncols; /* -column arg count */          size_t            ncols; /* -column arg count */
         const char      **cols; /* -column val ptr */          const char      **cols; /* -column val ptr */
           int               count; /* -enum counter */
 };  };
   
 struct  mdoc_bf {  struct  mdoc_bf {

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

CVSweb