[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / ghc / compiler / nativeGen / NCG.h
index 4b3049b..d02415f 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-}
@@ -65,6 +65,9 @@ you will screw up the layout where they are used in case expressions!
 # if bsdi_TARGET_OS
 #  include "../../includes/i386-unknown-bsdi.h"
 # endif
+# if cygwin32_TARGET_OS
+#  include "../../includes/i386-unknown-cygwin32.h"
+# endif
 # if solaris2_TARGET_OS
 #  include "../../includes/i386-unknown-solaris2.h"
 # endif