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

Diff for /src/usr.bin/mandoc/main.h between version 1.13 and 1.14

version 1.13, 2014/11/27 14:31:29 version 1.14, 2014/12/01 08:05:02
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.13  
changed lines
  Added in v.1.14