=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/libroff.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/mandoc/Attic/libroff.h 2011/09/18 10:25:28 1.5 --- src/usr.bin/mandoc/Attic/libroff.h 2013/05/31 21:37:08 1.6 *************** *** 1,4 **** ! /* $Id: libroff.h,v 1.5 2011/09/18 10:25:28 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: libroff.h,v 1.6 2013/05/31 21:37:08 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * *************** *** 31,37 **** int pos; /* invocation column */ int line; /* invocation line */ enum tbl_part part; ! struct tbl opts; struct tbl_row *first_row; struct tbl_row *last_row; struct tbl_span *first_span; --- 31,37 ---- int pos; /* invocation column */ int line; /* invocation line */ enum tbl_part part; ! struct tbl_opts opts; struct tbl_row *first_row; struct tbl_row *last_row; struct tbl_span *first_span;