]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.h
OpenBSD src/sbin was used as a tool to hunt bugs in mandoc.
[mandoc.git] / html.h
diff --git a/html.h b/html.h
index b9c5d3ff16e1dd01f998ebc2b6d2cc37deb3cf66..b2f9e8c3560115562975d4859ffa88dd01c02e22 100644 (file)
--- 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 <kristaps@bsd.lv>
  *
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -113,6 +113,7 @@ struct      html {
 #define        HTML_IGNDELIM    (1 << 1)
 #define        HTML_KEEP        (1 << 2)
 #define        HTML_PREKEEP     (1 << 3)
 #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;
        struct tagq       tags;
        struct ordq       ords;
        void             *symtab;