[project @ 1998-01-12 14:44:37 by simonm]
[ghc-hetmet.git] / ghc / compiler / utils / Pretty.lhs
index 41cdb1a..9da7804 100644 (file)
@@ -165,19 +165,10 @@ allow you to use either GHC or Hugs.  To get GHC, just set the CPP variable
 #define DIV    `quotInt#`
 
 
-#if __GLASGOW_HASKELL__ >= 202
-                       -- Haskell 1.3 stuff
 #define SHOW   Show
 #define MAXINT maxBound
 
 #else
-                       -- Haskell 1.2 stuff
-#define SHOW   Text
-#define MAXINT maxInt
-#endif
-
-
-#else
 
 -- Standard Haskell