summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
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 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/read.c b/read.c
index 83ee1845..ccb647fe 100644
--- a/read.c
+++ b/read.c
@@ -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,