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 /read.c | |
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 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -209,7 +209,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "NOT IMPLEMENTED: .Bd -file", "NOT IMPLEMENTED: .so with absolute path or \"..\"", ".so request failed", - "static buffer exhausted", /* system errors */ NULL, |