=================================================================== RCS file: /cvs/mandoc/html.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- mandoc/html.h 2010/07/13 23:53:20 1.26 +++ mandoc/html.h 2010/07/23 00:08:57 1.27 @@ -1,4 +1,4 @@ -/* $Id: html.h,v 1.26 2010/07/13 23:53:20 schwarze Exp $ */ +/* $Id: html.h,v 1.27 2010/07/23 00:08:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * @@ -113,6 +113,7 @@ struct html { #define HTML_IGNDELIM (1 << 1) #define HTML_KEEP (1 << 2) #define HTML_PREKEEP (1 << 3) +#define HTML_NONOSPACE (1 << 4) struct tagq tags; struct ordq ords; void *symtab;