=================================================================== RCS file: /cvs/mandoc/out.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- mandoc/out.h 2017/06/08 18:11:22 1.29 +++ mandoc/out.h 2017/06/12 20:14:18 1.30 @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.29 2017/06/08 18:11:22 schwarze Exp $ */ +/* $Id: out.h,v 1.30 2017/06/12 20:14:18 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2017 Ingo Schwarze @@ -68,4 +68,4 @@ struct tbl_span; const char *a2roffsu(const char *, struct roffsu *, enum roffscale); void tblcalc(struct rofftbl *tbl, - const struct tbl_span *, size_t); + const struct tbl_span *, size_t, size_t);