diff options
Diffstat (limited to 'backendC/CleanCompilerSources/scanner_2.c')
-rw-r--r-- | backendC/CleanCompilerSources/scanner_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/scanner_2.c b/backendC/CleanCompilerSources/scanner_2.c index e756907..f7359c0 100644 --- a/backendC/CleanCompilerSources/scanner_2.c +++ b/backendC/CleanCompilerSources/scanner_2.c @@ -26,7 +26,7 @@ # include "scanner.h" # include "sizes.h" -# if (defined (__MWERKS__) || defined (__MRC__)) && !defined _WINDOWS_ /* && !defined (MAKE_MPW_TOOL) */ +# if (defined (__MWERKS__) || defined (__MRC__) || (defined (GNU_C) && defined (_MAC_)) && !defined _WINDOWS_ /* && !defined (MAKE_MPW_TOOL) */ # define CACHE_DCL_FILES # define CACHE_INLINE_FILES # else |