aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
authorjohnvg2003-10-22 15:23:09 +0000
committerjohnvg2003-10-22 15:23:09 +0000
commitaa327433857afb9a19fff5dd5023b9479a40515f (patch)
treef12f24b6d1738f865a2a5021247c3a62afb86bcd /backendC
parentrecompiled for carbon (diff)
use KARBON macro only if POWER is also defined
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1412 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r--backendC/CleanCompilerSources/types.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/types.t b/backendC/CleanCompilerSources/types.t
index 59a1770..5ab61a5 100644
--- a/backendC/CleanCompilerSources/types.t
+++ b/backendC/CleanCompilerSources/types.t
@@ -75,7 +75,7 @@ typedef struct
# include <windef.h>
# include <winbase.h>
#else
-# ifdef KARBON
+# if defined (POWER) && defined (KARBON)
#include <UTCUtils.h>
typedef UTCDateTime FileTime;
# else