X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FPretty.lhs;h=984655d7f5c1e6ff323e103ecf142110501ffa4b;hb=30d559930fff086ad3a8ef4162e7d748d1e96b70;hp=6e2444860e001bd0aa54cdedb46f1f4e4aa10af5;hpb=1c3601593186639f1086bc402582ff56fd3fe9f8;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/Pretty.lhs b/ghc/compiler/utils/Pretty.lhs index 6e24448..984655d 100644 --- a/ghc/compiler/utils/Pretty.lhs +++ b/ghc/compiler/utils/Pretty.lhs @@ -204,12 +204,13 @@ allow you to use either GHC or Hugs. To get GHC, just set the CPP variable #if defined(__GLASGOW_HASKELL__) - -- Glasgow Haskell -- Disable ASSERT checks; they are expensive! #define LOCAL_ASSERT(x) +#define ILIT(x) (x#) +#define IBOX(x) (I# (x)) #define INT Int# #define MINUS -# #define NEGATE negateInt#