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

Diff for /mandoc/html.c between version 1.63 and 1.64

version 1.63, 2009/10/13 10:21:24 version 1.64, 2009/10/13 10:57:25
Line 29 
Line 29 
 #include "out.h"  #include "out.h"
 #include "chars.h"  #include "chars.h"
 #include "html.h"  #include "html.h"
   #include "main.h"
   
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb