diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-18 22:55:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-18 22:55:06 +0000 |
commit | 142f3db069bd40d760a2926765c0e051b7789cdf (patch) | |
tree | a7b636f8a532e68e56018309f3a16f4cddf54b1a /out.h | |
parent | b3729dc0b7e8a9d8bc2b72799e6a7d50e94aaa7b (diff) | |
download | mandoc-142f3db069bd40d760a2926765c0e051b7789cdf.tar.gz |
Throw out a2roffdeco() in out.c for a readable version. The prior one
was completely unmaintainable. The new one is both readable and quite
similar to mandoc_special(), which in future versions will easily allow
throwing-away of unsupported escapes (such as \m). It's also a fair bit
smaller.
DECO_SIZE has been removed: this crap, like colours, will not be
supported.
mandoc_special() also has #if 0'd switch branches for ALL groff.7
escapes and some lint fixes.
Diffstat (limited to 'out.h')
-rw-r--r-- | out.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ enum roffdeco { DECO_ITALIC, DECO_ROMAN, DECO_PREVIOUS, - DECO_SIZE, DECO_NOSPACE, DECO_FONT, /* font */ DECO_FFONT, /* font family */ |