=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mandoc/main.h 2014/11/27 14:31:29 1.13 +++ src/usr.bin/mandoc/main.h 2014/12/01 08:05:02 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.h,v 1.13 2014/11/27 14:31:29 deraadt Exp $ */ +/* $OpenBSD: main.h,v 1.14 2014/12/01 08:05:02 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -15,13 +15,13 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) + __BEGIN_DECLS +struct mchars; struct mdoc; struct man; - -#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) - /* * Definitions for main.c-visible output device functions, e.g., -Thtml