]> git.cameronkatri.com Git - mandoc.git/blobdiff - eqn_term.c
Flip on equation printing for -T[x]html.
[mandoc.git] / eqn_term.c
index 84eda30cb66667db51fb1af5bb20a391cae10113..59671e8478882da587a40058c7c2f93ddbeecd17 100644 (file)
@@ -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>
  *
 #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)