X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRts.h;h=1b07a84a194ccc1c598d6ce23b8d2e592da3fb8d;hb=aa47e9aaabf6b11875749923c2e2726a30235e0a;hp=8d42730abf00533569fdc958f6ba2815d071f980;hpb=423d477bfecd490de1449c59325c8776f91d7aac;p=ghc-hetmet.git diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 8d42730..1b07a84 100644 --- a/ghc/includes/Rts.h +++ b/ghc/includes/Rts.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Rts.h,v 1.24 2004/08/13 13:09:27 simonmar Exp $ + * $Id: Rts.h,v 1.26 2004/08/22 16:40:38 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -173,14 +173,8 @@ extern void __decodeFloat (MP_INT *man, I_ *_exp, StgFloat flt); #include "DNInvoke.h" #endif -/* Creating and destroying an adjustor thunk and initialising the whole - adjustor thunk machinery. I cannot make myself create a separate .h file - for these three (sof.) - -*/ -extern void* createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr); -extern void freeHaskellFunctionPtr(void* ptr); -extern rtsBool initAdjustor(void); +/* Initialising the whole adjustor thunk machinery. */ +extern void initAdjustor(void); extern void stg_exit(int n) GNU_ATTRIBUTE(__noreturn__);