From f1454c7cbdfb3ec91f3bcce1e004d4c81d3b08cf Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 18 Jul 2011 14:30:51 +0000 Subject: Forgot to add these bits to the last commit. --- mandoc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mandoc.h') diff --git a/mandoc.h b/mandoc.h index f83154aa..fa301466 100644 --- a/mandoc.h +++ b/mandoc.h @@ -111,6 +111,7 @@ enum mandocerr { /* related to equations */ MANDOCERR_EQNARGS, /* bad equation macro arguments */ + MANDOCERR_EQNNEST, /* too many nested equation defines */ /* related to tables */ MANDOCERR_TBL, /* bad table syntax */ -- cgit