X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/91acfd70d9400fb9d6676d88cd7924741b846397..c75a70fe96c444404797d0ca3abc9edf5076a713:/html.h diff --git a/html.h b/html.h index b9c5d3ff..b2f9e8c3 100644 --- a/html.h +++ b/html.h @@ -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;