]> git.cameronkatri.com Git - mandoc.git/blobdiff - private.h
Fixed mdoc_phrase escape handling.
[mandoc.git] / private.h
index fe48bb9918e7ff7c22e6a744c35071394980c583..597f6370f533dcdd76a22cf67385758f87b68afe 100644 (file)
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.88 2009/03/08 19:47:40 kristaps Exp $ */
+/* $Id: private.h,v 1.89 2009/03/16 22:19:19 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -53,6 +53,8 @@ struct        mdoc_macro {
 #define        MDOC_PARSED      (1 << 1)
 #define        MDOC_EXPLICIT    (1 << 2)
 #define        MDOC_PROLOGUE    (1 << 3)
+#define        MDOC_IGNDELIM    (1 << 4) 
+       /* Reserved words in arguments treated as text. */
 };
 
 #define        mdoc_nwarn(mdoc, node, type, fmt, ...) \