summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-01 15:08:46 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-01 15:08:46 +0000
commit120073f11aa98a6e6187a5bd14df4505cfe2c087 (patch)
tree96aeb69bef21aad0d825b912702dbaebd16ea269 /mandoc.h
parent1004133003f9d9a7e7783789c69eeb59bba73d1b (diff)
downloadmandoc-120073f11aa98a6e6187a5bd14df4505cfe2c087.tar.gz
Dynamically allocate the stack of roff(7) .ie condition values
and thus get rid of the last useless fatal error.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 4ab6fb5a..16179014 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -165,7 +165,6 @@ enum mandocerr {
MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */
MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */
MANDOCERR_SO_FAIL, /* .so request failed */
- MANDOCERR_MEM, /* static buffer exhausted */
/* ===== system errors ===== */