=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.87 retrieving revision 1.88 diff -u -p -r1.87 -r1.88 --- mandoc/mandoc.h 2011/07/21 14:13:00 1.87 +++ mandoc/mandoc.h 2011/07/21 15:21:13 1.88 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.87 2011/07/21 14:13:00 kristaps Exp $ */ +/* $Id: mandoc.h,v 1.88 2011/07/21 15:21:13 kristaps Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * @@ -322,6 +322,8 @@ enum eqn_post { * grammar. */ struct eqn_box { + int size; /* font size of expression */ +#define EQN_DEFSIZE INT_MIN enum eqn_boxt type; /* type of node */ struct eqn_box *child; /* child node */ struct eqn_box *next; /* next in tree */