[project @ 2003-06-19 10:42:24 by simonmar]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
index 1fd72d7..55f57e6 100644 (file)
@@ -1,5 +1,7 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgStartup.h,v 1.2 1998/12/02 13:28:54 simonm Exp $
+ * $Id: StgStartup.h,v 1.6 2002/02/12 15:17:23 simonmar Exp $
+ *
+ * (c) The GHC Team, 1998-1999
  *
  * Code for starting, stopping and restarting threads.
  *
@@ -10,8 +12,6 @@ EXTFUN(stg_stop_thread_entry);
 EXTFUN(stg_returnToStackTop);
 EXTFUN(stg_enterStackTop);
 
-#ifdef PROFILING
-EXTFUN(stg_register_ret);
-EXTFUN(stg_register);
-EXTFUN(regPrelGHC);
-#endif
+EXTFUN(stg_init_ret);
+EXTFUN(stg_init);
+EXTFUN(__stginit_GHCziPrim);