From 57538d6cf625084766d07d81227742d828db7994 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 15 May 2010 21:53:11 +0000 Subject: The `ig' now supports `ig end-macro'. Initial warning/error messages in place (still experimental). --- mandoc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mandoc.h') 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 -- cgit