diff options
| -rw-r--r-- | src/m/intel386.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index 8e683e26982..7c19a3e0d4b 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -103,12 +103,5 @@ NOTE-END */ | |||
| 103 | #define SEGMENT_MASK ((SEGMENT_SIZE)-1) | 103 | #define SEGMENT_MASK ((SEGMENT_SIZE)-1) |
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | #if defined (DARWIN_OS) | ||
| 107 | #ifdef _LP64 | ||
| 108 | /* For Intel Mac, with CC='gcc -arch x86_64'. */ | ||
| 109 | #define NO_ARG_ARRAY | ||
| 110 | #endif | ||
| 111 | #endif | ||
| 112 | |||
| 113 | /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec | 106 | /* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec |
| 114 | (do not change this comment) */ | 107 | (do not change this comment) */ |