Removed extraneous "|| __APPLE__" in dmd/man.c, 1.039 adds an __APPLE__ specific implementation, thanx Scriptor.

This commit is contained in:
Tomas Lindquist Olsen
2009-01-09 19:36:56 +01:00
parent 9d36a17148
commit b3884c6d15

View File

@@ -26,7 +26,7 @@ void browse(const char *url)
#endif
#if linux || __APPLE__
#if linux
#include <sys/types.h>
#include <sys/wait.h>