aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9ee0c488875a7038d68ac110a3ac03d81c6f14a1 (patch)
treeccdad379c444ab2324128252c947f957c9980888 /chars.c
parentfe2ef6af98ac0a785b5359a7aafd6b8c5299a414 (diff)
downloadmandoc-9ee0c488875a7038d68ac110a3ac03d81c6f14a1.tar.gz
mandoc-9ee0c488875a7038d68ac110a3ac03d81c6f14a1.tar.zst
mandoc-9ee0c488875a7038d68ac110a3ac03d81c6f14a1.zip
Accent marks sync'd with current groff.
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 010d3ace..3a5275c7 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.4 2009/09/22 23:15:58 kristaps Exp $ */
+/* $Id: chars.c,v 1.5 2009/09/22 23:34:14 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 },