From e31ba3ca2b454ee69e0708aa1fce28e3c3337584 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 24 Sep 2009 09:50:31 +0000 Subject: Added Bf, Pf, etc. to -Thtml. Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section. --- html.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'html.h') diff --git a/html.h b/html.h index 92dc5524..a776f466 100644 --- a/html.h +++ b/html.h @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.6 2009/09/21 14:56:56 kristaps Exp $ */ +/* $Id: html.h,v 1.7 2009/09/24 09:50:31 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -82,6 +82,7 @@ struct html { int flags; #define HTML_NOSPACE (1 << 0) #define HTML_NEWLINE (1 << 1) +#define HTML_IGNDELIM (1 << 2) struct tagq tags; struct ordq ords; void *symtab; -- cgit v1.2.3-56-ge451