From 53fed288e7cd88ed972e8077a5c90e66b0c572d6 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Aug 1998 07:47:46 +0000 Subject: [PATCH] [project @ 1998-08-19 07:47:46 by sof] oops, one branch of an #ifdef had been de-activated by accident --- ghc/compiler/utils/FastString.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 2142e8e..d5d4997 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -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 ) -- 1.7.10.4