summaryrefslogtreecommitdiffstats
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
commit7a72fe65c7d5fe05324b8d227b387f2aa3cea747 (patch)
treea9b1a7faf197c0162351bbd69ec28a426e4cc67c /libman.h
parent836a616d2c9decff2a835b27818ffa4749af5900 (diff)
downloadmandoc-7a72fe65c7d5fe05324b8d227b387f2aa3cea747.tar.gz
Consolidated all err/warnings into mdoc.c via libmdoc.h.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 39718ff0..5bbf39b1 100644
--- a/libman.h
+++ b/libman.h
@@ -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) \