From e57c06cc3631ebb1c40bd2234537697ba2742305 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 19 Aug 2009 12:15:58 +0000 Subject: libman checks for open explicit scopes on exit. --- man_validate.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'man_validate.c') diff --git a/man_validate.c b/man_validate.c index bfd14083..ba3d11bc 100644 --- a/man_validate.c +++ b/man_validate.c @@ -1,4 +1,4 @@ -/* $Id: man_validate.c,v 1.19 2009/08/19 09:14:50 kristaps Exp $ */ +/* $Id: man_validate.c,v 1.20 2009/08/19 12:15:58 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -139,8 +139,6 @@ static int check_root(CHKARGS) { - /* FIXME: closing out explicit scope! */ - /* XXX - make this into a warning? */ if (MAN_BLINE & m->flags) return(man_nerr(m, n, WEXITSCOPE)); -- cgit v1.2.3