aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit89c4b06f4c8f02f6fac64246bbb71291d21f2529 (patch)
tree6163e7533b25c4acbb8a0d15fd33300fa263dc4a /read.c
parent390fc6a1e734c2c9514d5d2c8acb0ba7b79d613a (diff)
downloadmandoc-89c4b06f4c8f02f6fac64246bbb71291d21f2529.tar.gz
mandoc-89c4b06f4c8f02f6fac64246bbb71291d21f2529.tar.zst
mandoc-89c4b06f4c8f02f6fac64246bbb71291d21f2529.zip
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/read.c b/read.c
index 30b1e94d..8e37e911 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.76 2014/07/31 09:22:21 schwarze Exp $ */
+/* $Id: read.c,v 1.77 2014/08/01 15:08:46 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -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,