summaryrefslogtreecommitdiffstats
path: root/html.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-14 11:58:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-14 11:58:36 +0000
commite97c3f3af85655664c79a59519735abc8776f110 (patch)
tree876ffe97fcbba367f72e19d8622517f5caa554c1 /html.h
parent627a4caec7519aa0479398c3e48bdd78999d2fc8 (diff)
downloadmandoc-e97c3f3af85655664c79a59519735abc8776f110.tar.gz
Fixed \c handling in -Thtml.
Diffstat (limited to 'html.h')
-rw-r--r--html.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/html.h b/html.h
index 2e77f7f1..add7c12b 100644
--- a/html.h
+++ b/html.h
@@ -112,10 +112,7 @@ struct html {
char *style;
char buf[BUFSIZ];
size_t buflen;
- int metafont;
-#define METAF_BOLD (1 << 0)
-#define METAF_UNDER (1 << 1)
- int metamask;
+ struct tag *metaf;
};
struct roffsu;