From f0a1f96fe7ebbe75d5432cd491f6ea60095c5304 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 1 Aug 2014 17:40:34 +0000 Subject: demacrify: get rid of man_nmsg(), man_pmsg(), mdoc_nmsg(), mdoc_pmsg() --- libman.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libman.h') 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 * @@ -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); -- cgit v1.2.3