aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-06 13:04:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-06 13:04:52 +0000
commit9b6f1a259c31e9ed62d48a3b4892b9130152e5f0 (patch)
treec0ee6cdc319cf7cfe4dbb74562635e4ee5147992 /libman.h
parenta4fada2ad5dad24856cf50f20e406d70a3eb08b5 (diff)
downloadmandoc-9b6f1a259c31e9ed62d48a3b4892b9130152e5f0.tar.gz
mandoc-9b6f1a259c31e9ed62d48a3b4892b9130152e5f0.tar.zst
mandoc-9b6f1a259c31e9ed62d48a3b4892b9130152e5f0.zip
Consolidated all err/warnings into mdoc.c via libmdoc.h.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libman.h b/libman.h
index 15968662..56c9b996 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.12 2009/07/04 09:01:55 kristaps Exp $ */
+/* $Id: libman.h,v 1.13 2009/07/06 13:04:52 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -54,9 +54,9 @@ enum merr {
__BEGIN_DECLS
#define man_perr(m, l, p, t) \
- man_err((m), l, p, 1, (t))
+ man_err((m), (l), (p), 1, (t))
#define man_pwarn(m, l, p, t) \
- man_err((m), l, p, 0, (t))
+ man_err((m), (l), (p), 0, (t))
#define man_nerr(m, n, t) \
man_err((m), (n)->line, (n)->pos, 1, (t))
#define man_nwarn(m, n, t) \