diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-01 17:40:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-01 17:40:34 +0000 |
commit | 604bf7765cfa3f1a7d5702f8b54d326e7aaab3a4 (patch) | |
tree | b93f498be04b56f2897a6053343084616ee50861 /libman.h | |
parent | 85ebc4c346a67252f8e7e3a1c4326920984c01e7 (diff) | |
download | mandoc-604bf7765cfa3f1a7d5702f8b54d326e7aaab3a4.tar.gz |
demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()
Diffstat (limited to 'libman.h')
-rw-r--r-- | libman.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |