From 6e11d260e2b32511ddba61c5233b2ac3068e1118 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 12 Jan 2011 15:50:42 +0000 Subject: Make out-of-context `fi' invocations not cause an error, but just a warning. From a TODO by schwarze@, originally noted by Brad Smith. --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index b6954da2..a83f8aeb 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.137 2011/01/11 00:11:45 schwarze Exp $ */ +/* $Id: main.c,v 1.138 2011/01/12 15:50:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -158,6 +158,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "list type must come first", "tag lists require a width argument", "missing font type", + "skipping end of block that is not open", /* related to bad macro arguments */ "skipping argument", -- cgit v1.2.3-56-ge451