From 8a9de9370e3041d445487c21fe2a29fc38224055 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Sep 2009 23:34:14 +0000 Subject: Accent marks sync'd with current groff. --- chars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chars.c') 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 }, -- cgit