[project @ 1997-03-24 06:03:57 by sof]
[ghc-hetmet.git] / ghc / compiler / nativeGen / NCG.h
index 873ebeb..99f2e22 100644 (file)
@@ -14,7 +14,7 @@ you will screw up the layout where they are used in case expressions!
 
 #define FAST_REG_NO FAST_INT
 
-#include "../../includes/platform.h"
+#include "../../includes/config.h"
 
 #if 0
 {-testing only-}
@@ -130,6 +130,12 @@ you will screw up the layout where they are used in case expressions!
 #else
 # define IF_OS_bsdi(x,y) y
 #endif
+-- - - - - - - - - - - - - - - - - - - - - - 
+#if cygwin32_TARGET_OS
+# define IF_OS_cygwin32(x,y) x
+#else
+# define IF_OS_cygwin32(x,y) y
+#endif
 ---------------------------------------------
 #if sparc_TARGET_ARCH
 # define IF_ARCH_sparc(x,y) x