summaryrefslogtreecommitdiffstatshomepage
path: root/html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-07 10:52:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-07 10:52:44 +0000
commit82cd5e1a1b788d7b87b54cabf8843606475da964 (patch)
tree9577d3959d01c94af1d4c069e3c948ba92a3cd98 /html.c
parent33883780dab2d66bcefd61599b61e4947f88a2db (diff)
downloadmandoc-82cd5e1a1b788d7b87b54cabf8843606475da964.tar.gz
mandoc-82cd5e1a1b788d7b87b54cabf8843606475da964.tar.zst
mandoc-82cd5e1a1b788d7b87b54cabf8843606475da964.zip
Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a
thousand years ago. Note that this is normalised to >=60.
Diffstat (limited to 'html.c')
-rw-r--r--html.c4
1 files changed, 1 insertions, 3 deletions
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 <kristaps@kth.se>
*
@@ -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;