[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.
Showing
- ghc/compiler/absCSyn/AbsCUtils.lhs 7 additions, 7 deletionsghc/compiler/absCSyn/AbsCUtils.lhs
- ghc/compiler/absCSyn/PprAbsC.lhs 8 additions, 20 deletionsghc/compiler/absCSyn/PprAbsC.lhs
- ghc/compiler/deSugar/DsForeign.lhs 5 additions, 6 deletionsghc/compiler/deSugar/DsForeign.lhs
- ghc/compiler/prelude/PrimOp.lhs 24 additions, 2 deletionsghc/compiler/prelude/PrimOp.lhs
- ghc/compiler/stgSyn/CoreToStg.lhs 7 additions, 4 deletionsghc/compiler/stgSyn/CoreToStg.lhs
Loading
Please register or sign in to comment