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

Diff for /src/usr.bin/mandoc/html.c between version 1.9 and 1.10

version 1.9, 2010/05/26 02:39:58 version 1.10, 2010/06/08 00:11:47
Line 31 
Line 31 
 #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.9  
changed lines
  Added in v.1.10