X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FnativeGen%2FNCG.h;h=6771b759b6b50a2af37c562b88772ebd427f7d72;hb=06bf361cae4364f7f568688d30d22a4a3fc914ec;hp=5921518d35eac789bc3de582335ef88df3052242;hpb=0af418beb1aadcae1df036240151556895d00321;p=ghc-hetmet.git 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