From a1130d850b6f9f84a04057f2c37e005aae7f83db Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 9 May 2010 21:19:42 +0000 Subject: Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarze, too. --- mdoc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'mdoc.h') diff --git a/mdoc.h b/mdoc.h index affb33d5..01ae49ff 100644 --- a/mdoc.h +++ b/mdoc.h @@ -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. */ -- cgit