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

Diff for /mandoc/html.c between version 1.100 and 1.101

version 1.100, 2010/05/25 12:37:20 version 1.101, 2010/06/07 10:52:44
Line 35 
Line 35 
 #include "html.h"  #include "html.h"
 #include "main.h"  #include "main.h"
   
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  
   
 struct  htmldata {  struct  htmldata {
         const char       *name;          const char       *name;
         int               flags;          int               flags;

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

CVSweb