X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRts.h;h=96840bc01eb11e3f2de6430501e9de9aae7b72f1;hb=c320276c4b23db92bc06e608292e8dd214f771e1;hp=8d42730abf00533569fdc958f6ba2815d071f980;hpb=fcbc4b62830f07dc13a820eb07b0d58317a173e4;p=ghc-hetmet.git diff --git a/ghc/includes/Rts.h b/ghc/includes/Rts.h index 8d42730..96840bc 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.25 2004/08/21 12:47:17 panne Exp $ * * (c) The GHC Team, 1998-1999 * @@ -173,13 +173,7 @@ 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); +/* Initialising the whole adjustor thunk machinery. */ extern rtsBool initAdjustor(void); extern void stg_exit(int n) GNU_ATTRIBUTE(__noreturn__);