[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.184 and 1.185

version 1.184, 2018/06/25 16:54:55 version 1.185, 2018/07/27 17:47:05
Line 32 
Line 32 
 #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.184  
changed lines
  Added in v.1.185