From b3884c6d150e2eeed873e0d84c1bd83b84cf8628 Mon Sep 17 00:00:00 2001 From: Tomas Lindquist Olsen Date: Fri, 9 Jan 2009 19:36:56 +0100 Subject: [PATCH] Removed extraneous "|| __APPLE__" in dmd/man.c, 1.039 adds an __APPLE__ specific implementation, thanx Scriptor. --- dmd/man.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmd/man.c b/dmd/man.c index d4a88cf7..96e345b9 100644 --- a/dmd/man.c +++ b/dmd/man.c @@ -26,7 +26,7 @@ void browse(const char *url) #endif -#if linux || __APPLE__ +#if linux #include #include