X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgStartup.h;h=5d0827d2c48984886a2965fddadf30c94a863c2c;hb=393185426d61a45e0d7f1cb97925b7f7ae0ed278;hp=0bd3b52fdb4b936c9bcfef0170541481aa18eee4;hpb=7f309f1c021e7583f724cce599ce2dd3c439361b;p=ghc-hetmet.git diff --git a/ghc/rts/StgStartup.h b/ghc/rts/StgStartup.h index 0bd3b52..5d0827d 100644 --- a/ghc/rts/StgStartup.h +++ b/ghc/rts/StgStartup.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgStartup.h,v 1.3 1999/02/05 16:03:00 simonm Exp $ + * $Id: StgStartup.h,v 1.4 2000/03/08 17:48:24 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -12,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);