From: sof Date: Wed, 19 Aug 1998 07:47:46 +0000 (+0000) Subject: [project @ 1998-08-19 07:47:46 by sof] X-Git-Tag: Approx_2487_patches~308 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=53fed288e7cd88ed972e8077a5c90e66b0c572d6;p=ghc-hetmet.git [project @ 1998-08-19 07:47:46 by sof] oops, one branch of an #ifdef had been de-activated by accident --- 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 )