summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 23:34:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 23:34:14 +0000
commit8a9de9370e3041d445487c21fe2a29fc38224055 (patch)
tree8e0c6416c1a65c3694941405b0c5ac099c085855 /chars.c
parent15e665b5508591ef88ea6e5ee02dc2e6a0851080 (diff)
downloadmandoc-8a9de9370e3041d445487c21fe2a29fc38224055.tar.gz
Accent marks sync'd with current 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 099716f3..dae4f4c3 100644
--- a/chars.c
+++ b/chars.c
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 300
+#define LINES_MAX 302
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },