X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/68432d6ea9e0e1a89eb79e9b1e957ffd93b49b72..ed088b20c8d258b687399136f7b92df974abf6f3:/chars.c diff --git a/chars.c b/chars.c index c6cf693f..461ac067 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.16 2010/01/28 06:04:59 kristaps Exp $ */ +/* $Id: chars.c,v 1.17 2010/03/23 13:25:01 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -42,7 +42,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 350 +#define LINES_MAX 369 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },