From 8259cc2141e43dbc85a1c05df20d610572671596 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 8 Aug 2014 15:48:44 +0000 Subject: Dynamically allocate the stack of roff(7) .ie condition values and thus get rid of the last useless fatal error. --- usr.bin/mandoc/read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/mandoc/read.c') diff --git a/usr.bin/mandoc/read.c b/usr.bin/mandoc/read.c index 7f202889025..c6926126f59 100644 --- a/usr.bin/mandoc/read.c +++ b/usr.bin/mandoc/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.54 2014/08/08 15:45:58 schwarze Exp $ */ +/* $Id: read.c,v 1.55 2014/08/08 15:48:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -201,7 +201,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, -- cgit v1.2.3