diff options
-rw-r--r-- | ghc/compiler/basicTypes/UniqSupply.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/basicTypes/UniqSupply.lhs b/ghc/compiler/basicTypes/UniqSupply.lhs index 699275196a..41ad5c0f60 100644 --- a/ghc/compiler/basicTypes/UniqSupply.lhs +++ b/ghc/compiler/basicTypes/UniqSupply.lhs @@ -84,7 +84,7 @@ mkSplitUniqSupply (C# c#) in mk_supply# -foreign import ccall "genSymZh" unsafe genSymZh :: IO Word +foreign import ccall unsafe "genSymZh" genSymZh :: IO Word splitUniqSupply (MkSplitUniqSupply _ s1 s2) = (s1, s2) \end{code} |