X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Futils%2FUniqSet.lhs;h=08d35758a58c8260d2dd2264cf59506f2fcc4fdb;hp=9b6145423606eb913a4152fe604e0efda7290db7;hb=206b4dec78250efef3cd927d64dc6cbc54a16c3d;hpb=eb86321bb2895f6e5129a6260e18574f087c83e4 diff --git a/compiler/utils/UniqSet.lhs b/compiler/utils/UniqSet.lhs index 9b61454..08d3575 100644 --- a/compiler/utils/UniqSet.lhs +++ b/compiler/utils/UniqSet.lhs @@ -116,7 +116,7 @@ mapUniqSet f (MkUniqSet set) = MkUniqSet (mapUFM f set) \end{code} \begin{code} -#if __GLASGOW_HASKELL__ +#ifdef __GLASGOW_HASKELL__ {-# SPECIALIZE addOneToUniqSet :: UniqSet Unique -> Unique -> UniqSet Unique #-}