summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:15:15 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-22 14:15:15 +0000
commita2c6238b240c9704df8f935f839bba4c7cf2a938 (patch)
tree191f6135aafad8c547d42cd6be7a9dbbbe29d051 /chars.c
parent7bc8878d16a02cee51fb5c0444cc1164d77bf301 (diff)
downloadmandoc-a2c6238b240c9704df8f935f839bba4c7cf2a938.tar.gz
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
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 dcfe2615..b1e7f487 100644
--- a/chars.c
+++ b/chars.c
@@ -37,7 +37,7 @@ struct ln {
int unicode;
};
-#define LINES_MAX 325
+#define LINES_MAX 328
#define CHAR(in, ch, code) \
{ NULL, (in), (ch), (code) },