=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.47 retrieving revision 1.49 diff -u -p -r1.47 -r1.49 --- mandoc/mandocdb.c 2012/04/15 13:30:38 1.47 +++ mandoc/mandocdb.c 2012/05/27 17:48:57 1.49 @@ -1,7 +1,7 @@ -/* $Id: mandocdb.c,v 1.47 2012/04/15 13:30:38 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.49 2012/05/27 17:48:57 schwarze Exp $ */ /* - * Copyright (c) 2011 Kristaps Dzonsons - * Copyright (c) 2011 Ingo Schwarze + * Copyright (c) 2011, 2012 Kristaps Dzonsons + * Copyright (c) 2011, 2012 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -396,7 +396,7 @@ main(int argc, char *argv[]) info.lorder = 4321; info.flags = R_DUP; - mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL); + mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, NULL); memset(&buf, 0, sizeof(struct buf)); memset(&dbuf, 0, sizeof(struct buf));