summaryrefslogtreecommitdiffstats
path: root/libman.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-01 17:40:34 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-01 17:40:34 +0000
commit604bf7765cfa3f1a7d5702f8b54d326e7aaab3a4 (patch)
treeb93f498be04b56f2897a6053343084616ee50861 /libman.h
parent85ebc4c346a67252f8e7e3a1c4326920984c01e7 (diff)
downloadmandoc-604bf7765cfa3f1a7d5702f8b54d326e7aaab3a4.tar.gz
demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libman.h b/libman.h
index d68d4e57..491691df 100644
--- a/libman.h
+++ b/libman.h
@@ -59,10 +59,6 @@ extern const struct man_macro *const man_macros;
__BEGIN_DECLS
-#define man_pmsg(man, l, p, t) \
- mandoc_msg((t), (man)->parse, (l), (p), NULL)
-#define man_nmsg(man, n, t) \
- mandoc_msg((t), (man)->parse, (n)->line, (n)->pos, NULL)
int man_word_alloc(struct man *, int, int, const char *);
int man_block_alloc(struct man *, int, int, enum mant);
int man_head_alloc(struct man *, int, int, enum mant);