=================================================================== RCS file: /cvs/mandoc/demandoc.c,v retrieving revision 1.29 retrieving revision 1.31 diff -u -p -r1.29 -r1.31 --- mandoc/demandoc.c 2017/06/24 14:38:32 1.29 +++ mandoc/demandoc.c 2018/12/14 01:18:25 1.31 @@ -1,4 +1,4 @@ -/* $Id: demandoc.c,v 1.29 2017/06/24 14:38:32 schwarze Exp $ */ +/* $Id: demandoc.c,v 1.31 2018/12/14 01:18:25 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -29,6 +29,7 @@ #include "roff.h" #include "man.h" #include "mdoc.h" +#include "mandoc_parse.h" static void pline(int, int *, int *, int); static void pman(const struct roff_node *, int *, int *, int); @@ -78,8 +79,7 @@ main(int argc, char *argv[]) argv += optind; mchars_alloc(); - mp = mparse_alloc(MPARSE_SO, MANDOCERR_MAX, NULL, - MANDOC_OS_OTHER, NULL); + mp = mparse_alloc(MPARSE_SO, MANDOC_OS_OTHER, NULL); assert(mp); if (argc < 1)