diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-01 15:08:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-01 15:08:46 +0000 |
commit | 120073f11aa98a6e6187a5bd14df4505cfe2c087 (patch) | |
tree | 96aeb69bef21aad0d825b912702dbaebd16ea269 /mandoc.h | |
parent | 1004133003f9d9a7e7783789c69eeb59bba73d1b (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ===== */ |