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

Diff for /mandoc/main.h between version 1.18 and 1.19

version 1.18, 2014/12/01 04:05:32 version 1.19, 2014/12/01 08:05:52
Line 15 
Line 15 
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
   
   #define UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
   struct  mchars;
 struct  mdoc;  struct  mdoc;
 struct  man;  struct  man;
   
 #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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb