aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf0a1f96fe7ebbe75d5432cd491f6ea60095c5304 (patch)
tree57994b3604eafe1b3a55ee0e8458d8abe5853e39 /libman.h
parentc260eb4395a2cd23f14cc62494a102c005154610 (diff)
downloadmandoc-f0a1f96fe7ebbe75d5432cd491f6ea60095c5304.tar.gz
mandoc-f0a1f96fe7ebbe75d5432cd491f6ea60095c5304.tar.zst
mandoc-f0a1f96fe7ebbe75d5432cd491f6ea60095c5304.zip
demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg()
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libman.h b/libman.h
index 66e36c97..61bd1a64 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.61 2014/07/30 21:18:24 schwarze Exp $ */
+/* $Id: libman.h,v 1.62 2014/08/01 17:40:34 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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);