diff options
author | johnvg | 2005-10-06 10:19:26 +0000 |
---|---|---|
committer | johnvg | 2005-10-06 10:19:26 +0000 |
commit | c91e59f61219e719d574944b3153bc6b48c89bbe (patch) | |
tree | f9cce53dd200637cae83647f5e7fbb2842e3d112 /backendC/CleanCompilerSources/system.h | |
parent | generate .a directive for constructors (diff) |
#define NEW_APPLY for IA32,
remove #defines for UNBOXED_CLOSURES and U_RECORD_SELECTORS
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1547 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
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_) |