[project @ 2000-06-30 13:11:07 by simonpj]
authorsimonpj <unknown>
Fri, 30 Jun 2000 13:11:08 +0000 (13:11 +0000)
committersimonpj <unknown>
Fri, 30 Jun 2000 13:11:08 +0000 (13:11 +0000)
commitb0624daa9057eec25ddf35a9ed3c771b9c5d9c75
treed26238f2cb6e9b2301a5cea177fc1a3c5b4b1067
parent9282daea70e7c3d8023e1d5567dc903260332e97
[project @ 2000-06-30 13:11:07 by simonpj]
In a CCall, a DynamicTarget has a unique that is
used only to generate a uniquely-named typedef.
It should not be used when comparing CCalls (e.g.
when seeing if interface files have changed).
So the main change in this commit is to fix the Eq
instance for PrimOp.CCallTarget, but I took the
opportunity to clean up the CCallTarget interface
a little.
ghc/compiler/absCSyn/AbsCUtils.lhs
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/deSugar/DsForeign.lhs
ghc/compiler/prelude/PrimOp.lhs
ghc/compiler/stgSyn/CoreToStg.lhs