From 19dfb5cab356150bf46d159f43ead732a6a6ade5 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 | 1 + 1 file changed, 1 insertion(+) (limited to 'man.c') diff --git a/man.c b/man.c index b01eefa4..337f9a99 100644 --- a/man.c +++ b/man.c @@ -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