From: simonm Date: Thu, 28 Jan 1999 16:59:33 +0000 (+0000) Subject: [project @ 1999-01-28 16:59:33 by simonm] X-Git-Tag: Approximately_9120_patches~6657 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a132bff61cbe15feaed0b69f45a2c8532d636084;p=ghc-hetmet.git [project @ 1999-01-28 16:59:33 by simonm] Zh --> zh --- diff --git a/ghc/compiler/basicTypes/UniqSupply.lhs b/ghc/compiler/basicTypes/UniqSupply.lhs index 4b8a756..ba06f24 100644 --- a/ghc/compiler/basicTypes/UniqSupply.lhs +++ b/ghc/compiler/basicTypes/UniqSupply.lhs @@ -86,7 +86,7 @@ mkSplitUniqSupply (C# c#) return (MkSplitUniqSupply uniq s1 s2) ) - mk_unique = _ccall_ genSymZh >>= \ (W# u#) -> + mk_unique = _ccall_ genSymzh >>= \ (W# u#) -> return (I# (w2i (mask# `or#` u#))) in mk_supply#