diff options
author | johnvg | 2003-10-22 15:23:31 +0000 |
---|---|---|
committer | johnvg | 2003-10-22 15:23:31 +0000 |
commit | f3d3a1faa8af937ee84fc8a4766a660395bca7c9 (patch) | |
tree | 2aeb38d9743bc8f93f58e6d0aba3123753442cac /backendC | |
parent | use KARBON macro only if POWER is also defined (diff) |
remove double include of compiledefines.h
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1413 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/mac_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/mac_io.c b/backendC/CleanCompilerSources/mac_io.c index bd2b55e..4a2df07 100644 --- a/backendC/CleanCompilerSources/mac_io.c +++ b/backendC/CleanCompilerSources/mac_io.c @@ -22,7 +22,6 @@ # define USE_PATH_CACHE 0 #endif -#include "compiledefines.h" #ifndef _SYSTEM_ # include "types.t" # include "system.h" |