summaryrefslogtreecommitdiffstats
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
commitbc3089425f6b3a43c2898c28f960f5a313c05ebe (patch)
tree90e922cb05b24707a53bfbca9db61f220ea19182 /html.c
parentdb7e43f14579272d3f0f3b85346bfb0e957dacee (diff)
downloadmandoc-bc3089425f6b3a43c2898c28f960f5a313c05ebe.tar.gz
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index 5dca90a1..7dce7473 100644
--- a/html.c
+++ b/html.c
@@ -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;