=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- mandoc/html.h 2009/09/21 14:56:56 1.6 +++ mandoc/html.h 2009/09/24 09:50:31 1.7 @@ -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;