aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit1eb9c4523f63f5de5ae16bb140a12268511461a2 (patch)
tree15a6df75bb5a5e8c6dddd8aae4675be3205942c7 /chars.c
parente5b395c743b2bac472ad457fa3dd62a5956261c6 (diff)
downloadmandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.tar.gz
mandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.tar.zst
mandoc-1eb9c4523f63f5de5ae16bb140a12268511461a2.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index 26e0139e..29132c85 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.27 2010/08/20 01:02:07 schwarze Exp $ */
+/* $Id: chars.c,v 1.28 2010/08/29 11:36:49 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 },