aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit234884d113221f817102fb404dadd44b4e860fb9 (patch)
tree7f21e39f312650081ca8b96e1086caf00c433cde /eqn_term.c
parent34111478132fd94d00d020f0fc5d1db62e12686a (diff)
downloadmandoc-234884d113221f817102fb404dadd44b4e860fb9.tar.gz
mandoc-234884d113221f817102fb404dadd44b4e860fb9.tar.zst
mandoc-234884d113221f817102fb404dadd44b4e860fb9.zip
Flip on equation printing for -T[x]html.
Diffstat (limited to 'eqn_term.c')
-rw-r--r--eqn_term.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/eqn_term.c b/eqn_term.c
index 84eda30c..59671e84 100644
--- a/eqn_term.c
+++ b/eqn_term.c
@@ -1,4 +1,4 @@
-/* $Id: eqn_term.c,v 1.2 2011/07/23 12:01:54 kristaps Exp $ */
+/* $Id: eqn_term.c,v 1.3 2011/07/23 22:57:13 kristaps Exp $ */
/*
* Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)