From aa327433857afb9a19fff5dd5023b9479a40515f Mon Sep 17 00:00:00 2001 From: johnvg Date: Wed, 22 Oct 2003 15:23:09 +0000 Subject: 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 --- backendC/CleanCompilerSources/types.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backendC') 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 # include #else -# ifdef KARBON +# if defined (POWER) && defined (KARBON) #include typedef UTCDateTime FileTime; # else -- cgit v1.2.3