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

Diff for /mandoc/mdoc_html.c between version 1.309 and 1.310

version 1.309, 2018/06/25 16:54:59 version 1.310, 2018/07/27 17:49:31
Line 34 
Line 34 
 #include "html.h"  #include "html.h"
 #include "main.h"  #include "main.h"
   
 #define INDENT           5  
   
 #define MDOC_ARGS         const struct roff_meta *meta, \  #define MDOC_ARGS         const struct roff_meta *meta, \
                           struct roff_node *n, \                            struct roff_node *n, \
                           struct html *h                            struct html *h

Legend:
Removed from v.1.309  
changed lines
  Added in v.1.310

CVSweb