aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.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 /man.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 'man.h')
-rw-r--r--man.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/man.h b/man.h
index cbcbaea9..856e4192 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.27 2010/03/27 10:13:16 kristaps Exp $ */
+/* $Id: man.h,v 1.28 2010/05/09 21:19:42 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -100,7 +100,6 @@ struct man_node {
};
#define MAN_IGN_MACRO (1 << 0)
-#define MAN_IGN_CHARS (1 << 1)
#define MAN_IGN_ESCAPE (1 << 2)
extern const char *const *man_macronames;