aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitb7321ad35a6dbbfd5b61781b7cd128a4ad6e4cae (patch)
treeac1dc58d9a79b5964eecbc89a4ca2cdc0f1d8943 /html.h
parentc55c7c742e50a932784d8cd8689f4ad216fcc91f (diff)
downloadmandoc-b7321ad35a6dbbfd5b61781b7cd128a4ad6e4cae.tar.gz
mandoc-b7321ad35a6dbbfd5b61781b7cd128a4ad6e4cae.tar.zst
mandoc-b7321ad35a6dbbfd5b61781b7cd128a4ad6e4cae.zip
Fixed \c handling in -Thtml.
Diffstat (limited to 'html.h')
-rw-r--r--html.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/html.h b/html.h
index 19550da1..c4fc793d 100644
--- a/html.h
+++ b/html.h
@@ -1,4 +1,4 @@
-/* $Id: html.h,v 1.18 2009/11/10 16:20:22 kristaps Exp $ */
+/* $Id: html.h,v 1.19 2009/11/14 11:58:36 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;