comparison dmd/doc.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 6aee82889553
children cbd6c8073a32
comparison
equal deleted inserted replaced
534:7e2867ed70d9 535:f79bbd1d0b27
19 #if IN_GCC || IN_LLVM 19 #if IN_GCC || IN_LLVM
20 #include "mem.h" 20 #include "mem.h"
21 #else 21 #else
22 #if _WIN32 22 #if _WIN32
23 #include "..\root\mem.h" 23 #include "..\root\mem.h"
24 #elif linux 24 #elif linux || __APPLE__
25 #include "../root/mem.h" 25 #include "../root/mem.h"
26 #else 26 #else
27 #error "fix this" 27 #error "fix this"
28 #endif 28 #endif
29 #endif 29 #endif