[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.65

version 1.63, 2009/10/13 10:21:24 version 1.65, 2009/10/20 05:45:21
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))
   
Line 649  bufcat_su(struct html *h, const char *p, const struct 
Line 650  bufcat_su(struct html *h, const char *p, const struct 
                 /* LINTED */                  /* LINTED */
                 buffmt(h, "%s: %d%s;", p, (int)v, u);                  buffmt(h, "%s: %d%s;", p, (int)v, u);
 }  }
   

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

CVSweb