From: sof Date: Wed, 19 Mar 2003 18:33:31 +0000 (+0000) Subject: [project @ 2003-03-19 18:33:31 by sof] X-Git-Tag: Approx_11550_changesets_converted~1064 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8ab30bdfde3d5a476bcb0fb57195d13602121872;p=ghc-hetmet.git [project @ 2003-03-19 18:33:31 by sof] no longer used --- diff --git a/ghc/rts/ForeignCall.h b/ghc/rts/ForeignCall.h deleted file mode 100644 index 0a962b5..0000000 --- a/ghc/rts/ForeignCall.h +++ /dev/null @@ -1,21 +0,0 @@ -/* ----------------------------------------------------------------------------- - * $Id: ForeignCall.h,v 1.8 1999/11/08 15:30:39 sewardj Exp $ - * - * (c) The GHC Team, 1998-1999 - * - * Prototypes for functions in ForeignCall.c - * - * ---------------------------------------------------------------------------*/ - -typedef int StablePtr; - -extern int ccall ( CFunDescriptor* descriptor, - void (*fun)(void), - StgBCO** bco, - char callconv, - Capability* cap - ); - -extern StgAddr createAdjThunk ( StgStablePtr stableptr, - StgAddr typestr, - StgChar callconv );