=================================================================== RCS file: /cvs/mandoc/mdoc.h,v retrieving revision 1.99 retrieving revision 1.101 diff -u -p -r1.99 -r1.101 --- mandoc/mdoc.h 2010/07/02 15:03:14 1.99 +++ mandoc/mdoc.h 2010/07/13 23:53:20 1.101 @@ -1,6 +1,6 @@ -/* $Id: mdoc.h,v 1.99 2010/07/02 15:03:14 kristaps Exp $ */ +/* $Id: mdoc.h,v 1.101 2010/07/13 23:53:20 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -303,6 +303,8 @@ struct mdoc_bl { const char *offs; /* -offset */ enum mdoc_list type; /* -tag, -enum, etc. */ int comp; /* -compact */ + size_t ncols; /* -column arg count */ + const char **cols; /* -column val ptr */ }; struct mdoc_bf {