X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgStartup.h;h=55f57e64dd4ea433178238d07e14b45cf8626674;hb=7e63e7e6b78e8d8d719668e568b704eb3e97337f;hp=0bd3b52fdb4b936c9bcfef0170541481aa18eee4;hpb=7f309f1c021e7583f724cce599ce2dd3c439361b;p=ghc-hetmet.git diff --git a/ghc/rts/StgStartup.h b/ghc/rts/StgStartup.h index 0bd3b52..55f57e6 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.6 2002/02/12 15:17:23 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(__stginit_GHCziPrim);