diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 21:19:42 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-09 21:19:42 +0000 |
commit | a1130d850b6f9f84a04057f2c37e005aae7f83db (patch) | |
tree | 83e4125fc534f68a780b1129cf8ac2112b75940f /mdoc.h | |
parent | 56404f5192e3e5565fa8807435d1791a07f41b80 (diff) | |
download | mandoc-a1130d850b6f9f84a04057f2c37e005aae7f83db.tar.gz |
Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |