=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/Attic/libroff.h 2010/12/30 10:26:00 1.9 +++ mandoc/Attic/libroff.h 2010/12/31 14:52:41 1.10 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.9 2010/12/30 10:26:00 kristaps Exp $ */ +/* $Id: libroff.h,v 1.10 2010/12/31 14:52:41 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -101,6 +101,7 @@ struct tbl { struct tbl_row *last_row; struct tbl_span *first_span; struct tbl_span *last_span; + struct tbl *next; }; #define TBL_MSG(tblp, type, line, col) \