X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FForeignCall.h;h=0a962b571abb4907edfdbc3e63d86506d978d0d5;hb=20f50b2a3651ce7dacdcb86a83afb5c5d444cb0b;hp=5bff12462528f2d4ac47a685a6fc98f1d3085d19;hpb=6642714ec59883c1edd31e9e5b485e99f0edd952;p=ghc-hetmet.git diff --git a/ghc/rts/ForeignCall.h b/ghc/rts/ForeignCall.h index 5bff124..0a962b5 100644 --- a/ghc/rts/ForeignCall.h +++ b/ghc/rts/ForeignCall.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: ForeignCall.h,v 1.7 1999/10/26 17:27:30 sewardj Exp $ + * $Id: ForeignCall.h,v 1.8 1999/11/08 15:30:39 sewardj Exp $ * * (c) The GHC Team, 1998-1999 * @@ -12,7 +12,8 @@ typedef int StablePtr; extern int ccall ( CFunDescriptor* descriptor, void (*fun)(void), StgBCO** bco, - char callconv + char callconv, + Capability* cap ); extern StgAddr createAdjThunk ( StgStablePtr stableptr,