From 82cd5e1a1b788d7b87b54cabf8843606475da964 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 7 Jun 2010 10:52:44 +0000 Subject: Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a thousand years ago. Note that this is normalised to >=60. --- html.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'html.c') diff --git a/html.c b/html.c index d05e4b1d..6f0d318a 100644 --- a/html.c +++ b/html.c @@ -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 * @@ -35,8 +35,6 @@ #include "html.h" #include "main.h" -#define UNCONST(a) ((void *)(uintptr_t)(const void *)(a)) - struct htmldata { const char *name; int flags; -- cgit v1.2.3