From 2675acb4389a4c9620cc37de681a6677cbb850c8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 21 Mar 2009 09:42:07 +0000 Subject: Added %Q macro. --- action.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index 122f861b..a1a99e20 100644 --- a/action.c +++ b/action.c @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.46 2009/03/20 19:56:25 kristaps Exp $ */ +/* $Id: action.c,v 1.47 2009/03/21 09:42:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -191,6 +191,7 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL, NULL }, /* Es */ { NULL, NULL }, /* En */ { NULL, NULL }, /* Dx */ + { NULL, NULL }, /* %Q */ }; -- cgit v1.2.3