aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 09:06:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-23 09:06:44 +0000
commit6ef91fe8f8dcdf38099423ba09b66d686eebce96 (patch)
tree479ececbce97089c99647cff37e6f26b3b5e5069 /chars.c
parent99b6d231087bb65d6fea658b392474aa49d7ffc1 (diff)
downloadmandoc-6ef91fe8f8dcdf38099423ba09b66d686eebce96.tar.gz
mandoc-6ef91fe8f8dcdf38099423ba09b66d686eebce96.tar.zst
mandoc-6ef91fe8f8dcdf38099423ba09b66d686eebce96.zip
Sync'd special letters and ligatures with newest 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 1e3072cf..c4d7e7b1 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.7 2009/09/23 01:04:11 kristaps Exp $ */
+/* $Id: chars.c,v 1.8 2009/09/23 09:06:44 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 333
+#define LINES_MAX 337
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },