[project @ 1998-08-19 07:47:46 by sof]
[ghc-hetmet.git] / ghc / compiler / utils / FastString.lhs
index 2142e8e..d5d4997 100644 (file)
@@ -48,7 +48,7 @@ module FastString
 #define COMPILING_FAST_STRING
 #include "HsVersions.h"
 
-#if 0 && __GLASGOW_HASKELL__ < 301
+#if __GLASGOW_HASKELL__ < 301
 import PackBase
 import STBase          ( StateAndPtr#(..) )
 import IOHandle                ( filePtr, readHandle, writeHandle )