[project @ 2003-03-19 18:33:31 by sof]
authorsof <unknown>
Wed, 19 Mar 2003 18:33:31 +0000 (18:33 +0000)
committersof <unknown>
Wed, 19 Mar 2003 18:33:31 +0000 (18:33 +0000)
no longer used

ghc/rts/ForeignCall.h [deleted file]

diff --git a/ghc/rts/ForeignCall.h b/ghc/rts/ForeignCall.h
deleted file mode 100644 (file)
index 0a962b5..0000000
+++ /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 );