[project @ 1998-08-19 07:47:46 by sof]
authorsof <unknown>
Wed, 19 Aug 1998 07:47:46 +0000 (07:47 +0000)
committersof <unknown>
Wed, 19 Aug 1998 07:47:46 +0000 (07:47 +0000)
oops, one branch of an #ifdef had been de-activated by accident

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 )