X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/6c13812bad464f40c8388ccec3d3944c6d4a2cd5..82bb800220e99f4a7ed77fa40ad9d82cf32010bd:/chars.c diff --git a/chars.c b/chars.c index 8b4f6b64..d59becfa 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.53 2013/05/18 16:40:15 schwarze Exp $ */ +/* $Id: chars.c,v 1.56 2014/03/23 11:25:25 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -25,6 +25,7 @@ #include #include "mandoc.h" +#include "mandoc_aux.h" #include "libmandoc.h" #define PRINT_HI 126 @@ -37,7 +38,7 @@ struct ln { int unicode; }; -#define LINES_MAX 328 +#define LINES_MAX 330 #define CHAR(in, ch, code) \ { NULL, (in), (ch), (code) },