From 3ee412a268eff0c9e52bb141dc3289eda00a6d53 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 21 Jul 2011 15:21:13 +0000 Subject: Support `size' constructs in eqn.7. Generalise mandoc_strontou to this effect. --- mandoc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index cd29e688..556a88a8 100644 --- a/mandoc.h +++ b/mandoc.h @@ -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 */ -- cgit v1.2.3-56-ge451