diff options
author | johnvg | 2001-05-15 10:57:47 +0000 |
---|---|---|
committer | johnvg | 2001-05-15 10:57:47 +0000 |
commit | c10c04bc302879a378ef0be7aae6574728e39422 (patch) | |
tree | 38a0f59394046ca5d8dc9400d3f6b533611ea95e /backendC/CleanCompilerSources/system.h | |
parent | *** empty log message *** (diff) |
merged with backend C source code on the mac
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@430 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/system.h')
-rw-r--r-- | backendC/CleanCompilerSources/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/system.h b/backendC/CleanCompilerSources/system.h index 2d964ff..d200b95 100644 --- a/backendC/CleanCompilerSources/system.h +++ b/backendC/CleanCompilerSources/system.h @@ -6,7 +6,7 @@ */ #define _SYSTEM_ -#define _WINDOWS_ +#undef _WINDOWS_ #if defined (applec) || (defined (__MWERKS__) && !defined (_WINDOWS_)) || defined (__MRC__) # define _MAC_ |