=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.100 retrieving revision 1.102 diff -u -p -r1.100 -r1.102 --- mandoc/html.c 2010/05/25 12:37:20 1.100 +++ mandoc/html.c 2010/06/19 20:46:27 1.102 @@ -1,6 +1,6 @@ -/* $Id: html.c,v 1.100 2010/05/25 12:37:20 kristaps Exp $ */ +/* $Id: html.c,v 1.102 2010/06/19 20:46:27 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -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;