diff dmd/attrib.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 cecfee2d01a8
children cbd6c8073a32
line wrap: on
line diff
--- a/dmd/attrib.c	Sun Aug 24 16:22:58 2008 +0200
+++ b/dmd/attrib.c	Sun Aug 24 16:54:06 2008 +0200
@@ -14,7 +14,7 @@
 
 #if _WIN32 || IN_GCC || IN_LLVM
 #include "mem.h"
-#elif linux
+#elif linux || __APPLE__
 #include "../root/mem.h"
 #endif