summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-08-29 11:36:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-08-29 11:36:49 +0000
commit5696b7afc6b470e48cc24a9c34fa2c4a29179e97 (patch)
tree4e41ee41eaca21387f477d09f39c26c754444298 /chars.c
parenta98d254132a47ab6826511a1ab1dcd7763e588c1 (diff)
downloadmandoc-5696b7afc6b470e48cc24a9c34fa2c4a29179e97.tar.gz
Remove the pod2man table entries. They can now be properly read and
assigned within the pod2man preamble.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index 9bcd1b1a..b06af83f 100644
--- a/chars.c
+++ b/chars.c
@@ -40,7 +40,7 @@ struct ln {
#define CHARS_BOTH (CHARS_CHAR | CHARS_STRING)
};
-#define LINES_MAX 369
+#define LINES_MAX 362
#define CHAR(in, ch, code) \
{ NULL, (in), (ch), (code), CHARS_CHAR },