-/* $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 <kristaps@bsd.lv>
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
#include <string.h>
#include "mandoc.h"
+#include "mandoc_aux.h"
#include "libmandoc.h"
#define PRINT_HI 126
int unicode;
};
-#define LINES_MAX 328
+#define LINES_MAX 330
#define CHAR(in, ch, code) \
{ NULL, (in), (ch), (code) },