X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FnativeGen%2FNCG.h;fp=compiler%2FnativeGen%2FNCG.h;h=81cbf612dca35eb4d9f872d8aad76730565f5f56;hp=af0ff0ecae5dafd30fbf2e8759ba4ddad57bf48f;hb=7867349134ee26e4276ff04ace7c815c1de43338;hpb=e5d8b4d0c6dd20a51597517208cbd4b0cc50c7de diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h index af0ff0e..81cbf61 100644 --- a/compiler/nativeGen/NCG.h +++ b/compiler/nativeGen/NCG.h @@ -26,12 +26,6 @@ # define IF_OS_linux(x,y) y #endif -- - - - - - - - - - - - - - - - - - - - - - -#if sparc_TARGET_ARCH -# define IF_ARCH_sparc(x,y) x -#else -# define IF_ARCH_sparc(x,y) y -#endif --- - - - - - - - - - - - - - - - - - - - - - #if darwin_TARGET_OS # define IF_OS_darwin(x,y) x #else