summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 01:04:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 01:04:11 +0000
commit75b9a7d975b987f1b08c0c62b7b698e6312801f9 (patch)
treeefcd7b056c53257a56011b5f57035e76f5929895 /chars.c
parent08d324d6cb50d68c668d898ad07eb41f0406cc7d (diff)
downloadmandoc-75b9a7d975b987f1b08c0c62b7b698e6312801f9.tar.gz
Arrows & brackets sync'd with newest groff.
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 d575cd2f..c0993d69 100644
--- a/chars.c
+++ b/chars.c
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 304
+#define LINES_MAX 333
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },