summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 23b672af..31d5444a 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.80 2011/07/17 14:08:49 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.81 2011/07/18 14:30:51 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 */