comparison 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
comparison
equal deleted inserted replaced
534:7e2867ed70d9 535:f79bbd1d0b27
18 #define integer_t dmd_integer_t 18 #define integer_t dmd_integer_t
19 #endif 19 #endif
20 20
21 #if IN_GCC || IN_LLVM 21 #if IN_GCC || IN_LLVM
22 #include "mem.h" 22 #include "mem.h"
23 #elif linux 23 #elif linux || __APPLE__
24 #include "../root/mem.h" 24 #include "../root/mem.h"
25 #elif _WIN32 25 #elif _WIN32
26 #include "..\root\mem.h" 26 #include "..\root\mem.h"
27 #endif 27 #endif
28 28