From 483afc5a7a52b601da9e854d5645cd4b0a140184 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 2 Apr 2015 21:36:49 +0000 Subject: First step towards parser unification: Replace enum mdoc_type and enum man_type by a unified enum roff_type. Almost mechanical, no functional change. Written on the ICE train from Frankfurt to Bruxelles on the way to p2k15. --- man_hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man_hash.c') diff --git a/man_hash.c b/man_hash.c index 1cbfb1b7..d24d9ecf 100644 --- a/man_hash.c +++ b/man_hash.c @@ -1,4 +1,4 @@ -/* $Id: man_hash.c,v 1.29 2014/12/01 08:05:52 schwarze Exp $ */ +/* $Id: man_hash.c,v 1.30 2015/04/02 21:36:49 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -23,6 +23,7 @@ #include #include +#include "roff.h" #include "man.h" #include "libman.h" -- cgit v1.2.3