From 5625aa32a7011e20289ada22bc5924810dc97ce0 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 11 Mar 2009 00:39:58 +0000 Subject: Expanded perfect htab to use 27 * 26 * 3 space. Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces. --- action.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'action.c') diff --git a/action.c b/action.c index b776d9e1..9fc1d2d0 100644 --- a/action.c +++ b/action.c @@ -1,4 +1,4 @@ -/* $Id: action.c,v 1.39 2009/03/09 14:19:59 kristaps Exp $ */ +/* $Id: action.c,v 1.40 2009/03/11 00:39:58 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -174,6 +174,9 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL }, /* Lp */ { NULL }, /* Lk */ { NULL }, /* Mt */ + { NULL }, /* Brq */ + { NULL }, /* Bro */ + { NULL }, /* Brc */ }; -- cgit v1.2.3-56-ge451