[project @ 2002-10-22 10:59:40 by simonmar]
authorsimonmar <unknown>
Tue, 22 Oct 2002 10:59:40 +0000 (10:59 +0000)
committersimonmar <unknown>
Tue, 22 Oct 2002 10:59:40 +0000 (10:59 +0000)
commit69a85c4250b8a3ae981e1ebc6b66c147f1883a9a
tree4317efb7075823e2db5213f162b6369b27577f45
parent26a398441d6001960acfa0b42a4a19b015952919
[project @ 2002-10-22 10:59:40 by simonmar]
Don't bogusly cast ThreadId# to Ptr ().  The right way to fix these
warnings is to change the type signatures of cmp_thread and
rts_getThreadId to take StgPtr rather than StgTSO *, since the
compiler now has no internal distinction between the two in the
backend (it used to, but recent simplifications removed the
distinction).
Control/Concurrent.hs