diff dmd/opover.c @ 535:f79bbd1d0b27

Add __APPLE__ to most #if linux compile time switches.
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Sun, 24 Aug 2008 16:54:06 +0200
parents a7dfa0ed966c
children cbd6c8073a32
line wrap: on
line diff
--- a/dmd/opover.c	Sun Aug 24 16:22:58 2008 +0200
+++ b/dmd/opover.c	Sun Aug 24 16:54:06 2008 +0200
@@ -20,7 +20,7 @@
 
 #if IN_GCC || IN_LLVM
 #include "mem.h"
-#elif linux
+#elif linux || __APPLE__
 #include "../root/mem.h"
 #elif _WIN32
 #include "..\root\mem.h"