From 70a9dbd1a5a305812354c332d729472bd2c06561 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 18 Apr 2015 16:34:25 +0000 Subject: Profit from the unified struct roff_man and reduce the number of arguments of mparse_result() by one. No functional change. Written on the ICE Bruxelles-Koeln on the way back from p2k15. --- man.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man.c') diff --git a/man.c b/man.c index 29785f31..105dd9c1 100644 --- a/man.c +++ b/man.c @@ -1,4 +1,4 @@ -/* $Id: man.c,v 1.153 2015/04/18 16:06:40 schwarze Exp $ */ +/* $Id: man.c,v 1.154 2015/04/18 16:34:25 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015 Ingo Schwarze @@ -149,6 +149,7 @@ man_alloc1(struct roff_man *man) { memset(&man->meta, 0, sizeof(man->meta)); + man->macroset = MACROSET_MAN; man->flags = 0; man->last = mandoc_calloc(1, sizeof(*man->last)); man->first = man->last; -- cgit v1.2.3