From 47256a532d0082f2218355ef2693af7e78d4790b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 9 Mar 2009 14:19:59 +0000 Subject: Added `Mt' and `Lk' macros (NetBSD). --- action.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index bb48c917..b776d9e1 100644 --- a/action.c +++ b/action.c @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.38 2009/03/09 13:17:49 kristaps Exp $ */ +/* $Id: action.c,v 1.39 2009/03/09 14:19:59 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -172,6 +172,8 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL }, /* Lb */ { NULL }, /* Ap */ { NULL }, /* Lp */ + { NULL }, /* Lk */ + { NULL }, /* Mt */ }; -- cgit v1.2.3