From 8ab30bdfde3d5a476bcb0fb57195d13602121872 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Mar 2003 18:33:31 +0000 Subject: [PATCH] [project @ 2003-03-19 18:33:31 by sof] no longer used --- ghc/rts/ForeignCall.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ghc/rts/ForeignCall.h 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 ); -- 1.7.10.4