[project @ 2000-08-21 15:27:18 by simonmar]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
index 1fd72d7..5d0827d 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.4 2000/03/08 17:48:24 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(__init_PrelGHC);