diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-18 14:30:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-18 14:30:51 +0000 |
commit | f1454c7cbdfb3ec91f3bcce1e004d4c81d3b08cf (patch) | |
tree | d75c274aa3b23b0ab0a363cadbd43fd4cda77d83 /mandoc.h | |
parent | 5de7ba484459983132135dc10ddf780000569281 (diff) | |
download | mandoc-f1454c7cbdfb3ec91f3bcce1e004d4c81d3b08cf.tar.gz |
Forgot to add these bits to the last commit.
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |