X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9ee0c488875a7038d68ac110a3ac03d81c6f14a1..a431e0577bc752f93c6b97e47de59c843d59bd96:/chars.c diff --git a/chars.c b/chars.c index 3a5275c7..4db245cb 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.5 2009/09/22 23:34:14 kristaps Exp $ */ +/* $Id: chars.c,v 1.9 2009/09/23 11:02:21 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -38,7 +38,7 @@ struct ln { #define CHARS_BOTH (0x03) }; -#define LINES_MAX 302 +#define LINES_MAX 351 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },