From 8c0bc76f597bfa8102ebaae346815b1375f941f4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 22 Feb 2009 14:31:08 +0000 Subject: Cleaned up validation source a bit. Fixed `Nm' and `Nd' detection. Added a few more terminal outputs. --- private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index 6bcfe7c0..1f212548 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.77 2009/02/21 21:00:06 kristaps Exp $ */ +/* $Id: private.h,v 1.78 2009/02/22 14:31:08 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -38,6 +38,7 @@ struct mdoc { struct mdoc_node *first; struct mdoc_meta meta; enum mdoc_sec lastnamed; + enum mdoc_sec lastsec; }; -- cgit v1.2.3