summaryrefslogtreecommitdiffstats
path: root/eqn_term.c
diff options
context:
space:
mode:
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)