=================================================================== RCS file: /cvs/mandoc/chars.c,v retrieving revision 1.16 retrieving revision 1.18 diff -u -p -r1.16 -r1.18 --- mandoc/chars.c 2010/01/28 06:04:59 1.16 +++ mandoc/chars.c 2010/05/25 12:37:20 1.18 @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.16 2010/01/28 06:04:59 kristaps Exp $ */ +/* $Id: chars.c,v 1.18 2010/05/25 12:37:20 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include +#include "mandoc.h" #include "chars.h" #define PRINT_HI 126 @@ -42,7 +43,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 },