diff options
Diffstat (limited to 'backendC/CleanCompilerSources/path_cache.c')
-rw-r--r-- | backendC/CleanCompilerSources/path_cache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/backendC/CleanCompilerSources/path_cache.c b/backendC/CleanCompilerSources/path_cache.c index c9873d0..253ce80 100644 --- a/backendC/CleanCompilerSources/path_cache.c +++ b/backendC/CleanCompilerSources/path_cache.c @@ -1,10 +1,10 @@ -#if 0 -#define KARBON +#include "compiledefines.h" + +#ifdef KARBON #define TARGET_API_MAC_CARBON 1 #endif -#include "compiledefines.h" #include "types.t" #include "system.h" |