From 430c654a41706975e219a5f94a3c73842f75461c 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. --- man.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man.h') 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 * @@ -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; -- cgit v1.2.3-56-ge451