summaryrefslogtreecommitdiffstats
path: root/eqn_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-23 22:57:13 +0000
commit7151bb8eeed729397435c0c693efc5546cfda123 (patch)
treee7cd99eb9b42eff87848d69b74a100ce56ee7332 /eqn_term.c
parentd01207bfc948fdba1c7d2b8e9b46db9f3a91f3e9 (diff)
downloadmandoc-7151bb8eeed729397435c0c693efc5546cfda123.tar.gz
Flip on equation printing for -T[x]html.
Diffstat (limited to 'eqn_term.c')
-rw-r--r--eqn_term.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/eqn_term.c b/eqn_term.c
index 0b00979c..ee0a75fb 100644
--- a/eqn_term.c
+++ b/eqn_term.c
@@ -27,10 +27,10 @@
#include "out.h"
#include "term.h"
-static void eqn_box(struct termp *p, const struct eqn_box *);
-static void eqn_box_post(struct termp *p, const struct eqn_box *);
-static void eqn_box_pre(struct termp *p, const struct eqn_box *);
-static void eqn_text(struct termp *p, const struct eqn_box *);
+static void eqn_box(struct termp *, const struct eqn_box *);
+static void eqn_box_post(struct termp *, const struct eqn_box *);
+static void eqn_box_pre(struct termp *, const struct eqn_box *);
+static void eqn_text(struct termp *, const struct eqn_box *);
void
term_eqn(struct termp *p, const struct eqn *ep)