diff dmd/expression.c @ 571:cbd6c8073a32

Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 02 Sep 2008 23:10:12 +0200
parents 0d2db7efa105
children fbb1a366cfbc
line wrap: on
line diff
--- a/dmd/expression.c	Tue Sep 02 19:14:37 2008 +0200
+++ b/dmd/expression.c	Tue Sep 02 23:10:12 2008 +0200
@@ -44,7 +44,7 @@
 #include "mem.h"
 #elif _WIN32
 #include "..\root\mem.h"
-#elif linux || __APPLE__
+#elif POSIX
 #include "../root/mem.h"
 #endif