diff options
author | John van Groningen | 2011-02-01 14:13:28 +0000 |
---|---|---|
committer | John van Groningen | 2011-02-01 14:13:28 +0000 |
commit | a82a2f53b65318e986742f1662ee48aa56782292 (patch) | |
tree | b7b678a2eaa8bfff2c9501a85882fd9562a9c46f /cg.c | |
parent | port to Mac OS X (AMD64) (diff) |
port to Mac OS X (AMD64)
Diffstat (limited to 'cg.c')
-rw-r--r-- | cg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ #include <stdlib.h> #include <stdio.h> -#if ! (defined (M68000) && defined (SUN)) +#if ! (defined (M68000) && defined (SUN)) && !defined (MACH_O64) # define GENERATE_OBJECT_FILE #endif |