aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 21:19:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-09 21:19:42 +0000
commit430c654a41706975e219a5f94a3c73842f75461c (patch)
treeab25d1661b14eba43e8822b611342f40bf49148a /mdoc.h
parentb97909dd90ac7aa315e30d57c6fa3cf3e72711b3 (diff)
downloadmandoc-430c654a41706975e219a5f94a3c73842f75461c.tar.gz
mandoc-430c654a41706975e219a5f94a3c73842f75461c.tar.zst
mandoc-430c654a41706975e219a5f94a3c73842f75461c.zip
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index d56a35fa..2abb1d40 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/* $Id: mdoc.h,v 1.74 2010/03/31 07:13:53 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.75 2010/05/09 21:19:42 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -275,7 +275,6 @@ struct mdoc_node {
#define MDOC_IGN_SCOPE (1 << 0) /* Ignore scope violations. */
#define MDOC_IGN_ESCAPE (1 << 1) /* Ignore bad escape sequences. */
#define MDOC_IGN_MACRO (1 << 2) /* Ignore unknown macros. */
-#define MDOC_IGN_CHARS (1 << 3) /* Ignore disallowed chars. */
/* Call-backs for parse messages. */