=================================================================== RCS file: /cvs/mandoc/Attic/libroff.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- mandoc/Attic/libroff.h 2011/07/21 23:30:39 1.24 +++ mandoc/Attic/libroff.h 2011/07/22 14:55:07 1.25 @@ -1,4 +1,4 @@ -/* $Id: libroff.h,v 1.24 2011/07/21 23:30:39 kristaps Exp $ */ +/* $Id: libroff.h,v 1.25 2011/07/22 14:55:07 kristaps Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * @@ -49,6 +49,7 @@ struct eqn_node { size_t rew; size_t cur; size_t sz; + int gsize; struct eqn eqn; struct mparse *parse; struct eqn_node *next;