projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e4b18
)
[project @ 2005-03-31 09:17:37 by simonmar]
author
simonmar
<unknown>
Thu, 31 Mar 2005 09:17:37 +0000
(09:17 +0000)
committer
simonmar
<unknown>
Thu, 31 Mar 2005 09:17:37 +0000
(09:17 +0000)
foreign import syntax
ghc/compiler/basicTypes/UniqSupply.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/basicTypes/UniqSupply.lhs
b/ghc/compiler/basicTypes/UniqSupply.lhs
index
6992751
..
41ad5c0
100644
(file)
--- 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}