[project @ 1997-03-24 06:03:57 by sof]
authorsof <unknown>
Mon, 24 Mar 1997 06:03:57 +0000 (06:03 +0000)
committersof <unknown>
Mon, 24 Mar 1997 06:03:57 +0000 (06:03 +0000)
cygwin32 macros

ghc/compiler/nativeGen/NCG.h

index d02415f..99f2e22 100644 (file)
@@ -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