From: simonmar Date: Fri, 8 Sep 2000 09:26:05 +0000 (+0000) Subject: [project @ 2000-09-08 09:26:05 by simonmar] X-Git-Tag: Approximately_9120_patches~3767 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3f0c8ab6fb074f0d93e64cde0ab474dfc340c66e;p=ghc-hetmet.git [project @ 2000-09-08 09:26:05 by simonmar] oops, forgot to remove an instance of REALLY_HASKELL_1_3 --- diff --git a/ghc/compiler/utils/FiniteMap.lhs b/ghc/compiler/utils/FiniteMap.lhs index d4e4931..cb7da6d 100644 --- a/ghc/compiler/utils/FiniteMap.lhs +++ b/ghc/compiler/utils/FiniteMap.lhs @@ -682,7 +682,9 @@ When the FiniteMap module is used in GHC, we specialise it for \tr{Uniques}, for dastardly efficiency reasons. \begin{code} -#if __GLASGOW_HASKELL__ && !defined(REALLY_HASKELL_1_3) +#if 0 + +#if __GLASGOW_HASKELL__ {-# SPECIALIZE addListToFM :: FiniteMap (FAST_STRING, FAST_STRING) elt -> [((FAST_STRING, FAST_STRING),elt)] -> FiniteMap (FAST_STRING, FAST_STRING) elt @@ -744,4 +746,6 @@ When the FiniteMap module is used in GHC, we specialise it for #-} #endif {- compiling with ghc and have specialiser -} + +#endif {- 0 -} \end{code}