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

Diff for /mandoc/main.h between version 1.15 and 1.16

version 1.15, 2011/10/06 22:29:12 version 1.16, 2014/04/20 16:46:04
Line 25  struct man;
Line 25  struct man;
 #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))  #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
   
   
 /*  /*
  * Definitions for main.c-visible output device functions, e.g., -Thtml   * Definitions for main.c-visible output device functions, e.g., -Thtml
  * and -Tascii.  Note that ascii_alloc() is named as such in   * and -Tascii.  Note that ascii_alloc() is named as such in
  * anticipation of latin1_alloc() and so on, all of which map into the   * anticipation of latin1_alloc() and so on, all of which map into the

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb