From 5ad0aed9e9f0fee4047fe0f4b00f3f0f0204f233 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 28 Nov 2014 05:51:32 +0000 Subject: Simplify by making many functions in the man(7) parser void, and some cleanup; no functional change, minus 70 lines. --- man.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man.h') diff --git a/man.h b/man.h index aa80b673..22827c53 100644 --- a/man.h +++ b/man.h @@ -1,4 +1,4 @@ -/* $Id: man.h,v 1.65 2014/06/20 23:02:31 schwarze Exp $ */ +/* $Id: man.h,v 1.66 2014/11/28 05:51:32 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -68,7 +68,6 @@ enum man_type { MAN_BLOCK, MAN_HEAD, MAN_BODY, - MAN_TAIL, MAN_TBL, MAN_EQN }; -- cgit v1.2.3-56-ge451