=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.100 retrieving revision 1.101 diff -u -p -r1.100 -r1.101 --- mandoc/html.c 2010/05/25 12:37:20 1.100 +++ mandoc/html.c 2010/06/07 10:52:44 1.101 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.100 2010/05/25 12:37:20 kristaps Exp $ */ +/* $Id: html.c,v 1.101 2010/06/07 10:52:44 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -34,8 +34,6 @@ #include "chars.h" #include "html.h" #include "main.h" - -#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) struct htmldata { const char *name;