summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 21:53:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 21:53:11 +0000
commit57538d6cf625084766d07d81227742d828db7994 (patch)
tree73afc232fdd873a71b1d7089495f957b03f2115b /mandoc.h
parent45ec86af0876cfb3fe26e9d6545dd7fe008b81f0 (diff)
downloadmandoc-57538d6cf625084766d07d81227742d828db7994.tar.gz
The `ig' now supports `ig end-macro'.
Initial warning/error messages in place (still experimental).
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index cfdc4b5b..b0cdf181 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -25,6 +25,9 @@ enum mandocerr {
MANDOCERR_NOSCOPE, /* request scope close w/none open */
#define MANDOCERR_WARNING MANDOCERR_SCOPEEXIT
+ MANDOCERR_ARGSLOST, /* line arguments will be lost */
+#define MANDOCERR_ERROR MANDOCERR_ARGSLOST
+
MANDOCERR_MEM, /* memory exhausted */
#define MANDOCERR_FATAL MANDOCERR_MEM