X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/5909cbca3fe375aeac1e2247b3f8edbaba32e56e..3234ace1ba2fef84ad009e6822dd76699a34e344:/chars.c diff --git a/chars.c b/chars.c index 3129aae3..126274c0 100644 --- a/chars.c +++ b/chars.c @@ -1,6 +1,6 @@ -/* $Id: chars.c,v 1.18 2010/05/25 12:37:20 kristaps Exp $ */ +/* $Id: chars.c,v 1.20 2010/06/19 20:46:27 kristaps Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -43,7 +43,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 369 +#define LINES_MAX 370 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },