From cf7a395df76a9bb141114812daedc586265ec242 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 5 Jan 2010 19:51:10 +0000 Subject: Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). --- mandoc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mandoc.c') diff --git a/mandoc.c b/mandoc.c index 751eef6b..3bdb171b 100644 --- a/mandoc.c +++ b/mandoc.c @@ -1,4 +1,4 @@ -/* $Id: mandoc.c,v 1.9 2010/01/01 17:14:28 kristaps Exp $ */ +/* $Id: mandoc.c,v 1.10 2010/01/05 19:51:10 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -43,8 +43,6 @@ mandoc_special(const char *p) return(0); switch (*p) { - case ('\\'): - /* FALLTHROUGH */ case ('\''): /* FALLTHROUGH */ case ('`'): -- cgit v1.2.3