diff options
Diffstat (limited to 'backendC/CleanCompilerSources/system.h')
-rw-r--r-- | backendC/CleanCompilerSources/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backendC/CleanCompilerSources/system.h b/backendC/CleanCompilerSources/system.h index 02c3b67..38e98d5 100644 --- a/backendC/CleanCompilerSources/system.h +++ b/backendC/CleanCompilerSources/system.h @@ -18,6 +18,10 @@ #define _DEBUG_ +#if ! (defined (_MAC_) || defined (_SUN_)) +# define NEW_APPLY +#endif + #if defined (_MAC_) # include "mac.h" #elif defined (_SUN_) |