diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-10 16:20:22 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-10 16:20:22 +0000 |
commit | 2793c65b8cb0a40a1c755e54be5203e5bd1c8e96 (patch) | |
tree | 1702c5dd35092ed14c7be4c4982a7450dbcf9bc8 /html.h | |
parent | 0be12c72e2c3f5d55746f1f8b222ec058a0fa10b (diff) | |
download | mandoc-2793c65b8cb0a40a1c755e54be5203e5bd1c8e96.tar.gz |
(Forgot to update html.h with metafonts. Build will puke on check-out.)
Diffstat (limited to 'html.h')
-rw-r--r-- | html.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -112,6 +112,10 @@ 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 roffsu; |