]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc_parse.h
Delete a sentence pointing to "the Predefined Strings subsection
[mandoc.git] / mandoc_parse.h
index 61341f0d7f39491f1eb98c9d1e239ea27081a3db..b8b29dd931c94698a92f27c106d1ad858fa0a13c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mandoc_parse.h,v 1.4 2018/12/30 00:49:55 schwarze Exp $ */
+/*     $Id: mandoc_parse.h,v 1.5 2019/11/09 14:39:49 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014,2015,2016,2017,2018 Ingo Schwarze <schwarze@openbsd.org>
@@ -29,6 +29,7 @@
 #define        MPARSE_UTF8     (1 << 4)  /* accept UTF-8 input */
 #define        MPARSE_LATIN1   (1 << 5)  /* accept ISO-LATIN-1 input */
 #define        MPARSE_VALIDATE (1 << 6)  /* call validation functions */
+#define        MPARSE_COMMENT  (1 << 7)  /* save comments in the tree */
 
 
 struct roff_meta;