X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FNCG.h;h=6771b759b6b50a2af37c562b88772ebd427f7d72;hp=5921518d35eac789bc3de582335ef88df3052242;hb=f8f0e76ad302fda30196ebc9230e5fcbc97be537;hpb=0af418beb1aadcae1df036240151556895d00321 diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h index 5921518..6771b75 100644 --- a/compiler/nativeGen/NCG.h +++ b/compiler/nativeGen/NCG.h @@ -110,11 +110,4 @@ #else # define IF_OS_darwin(x,y) y #endif --- - - - - - - - - - - - - - - - - - - - - - -#if freebsd_TARGET_OS -# define IF_OS_freebsd(x,y) x -#else -# define IF_OS_freebsd(x,y) y -#endif ---------------------------------------------- #endif