From c55c7c742e50a932784d8cd8689f4ad216fcc91f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 12 Nov 2009 08:21:05 +0000 Subject: Fixed \c support for all input and output modes (documented in mandoc_char.7). --- out.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'out.h') diff --git a/out.h b/out.h index e94ed541..9ace7117 100644 --- a/out.h +++ b/out.h @@ -1,4 +1,4 @@ -/* $Id: out.h,v 1.8 2009/11/08 09:23:35 kristaps Exp $ */ +/* $Id: out.h,v 1.9 2009/11/12 08:21:05 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -44,6 +44,7 @@ enum roffdeco { DECO_ROMAN, DECO_PREVIOUS, DECO_SIZE, + DECO_NOSPACE, DECO_MAX }; -- cgit v1.2.3