[project @ 2004-09-06 11:10:32 by simonmar]
[ghc-hetmet.git] / ghc / includes / Rts.h
index 8d42730..c7531ff 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Rts.h,v 1.24 2004/08/13 13:09:27 simonmar Exp $
+ * $Id: Rts.h,v 1.27 2004/09/06 11:10:34 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -154,6 +154,7 @@ void _stgAssert (char *, unsigned int);
 
 /* Runtime-system hooks */
 #include "Hooks.h"
+#include "RtsMessages.h"
 
 #include "ieee-flpt.h"
 
@@ -173,14 +174,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__);