[project @ 2000-09-04 14:39:10 by simonmar]
[ghc-hetmet.git] / ghc / rts / StgRun.h
index e1e7031..5a5bdcc 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgRun.h,v 1.2 1998/12/02 13:28:54 simonm Exp $
+ * $Id: StgRun.h,v 1.5 1999/11/03 15:01:51 simonmar Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Tiny assembler 'layer' between the C and STG worlds.
  * 
@@ -8,9 +10,8 @@
 #ifndef STGRUN_H
 #define STGRUN_H
 
-#include "Storage.h"  /* for {Open,Close}Nursery functions */
+extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
 
-extern StgThreadReturnCode StgRun(StgFunPtr f);
 EXTFUN(StgReturn);
 
 #endif STGRUN_H