X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStgStartup.hc;h=bed23129b0c0231940ff53df1a9d4084dc32ef68;hb=50027272414438955dbc41696541cbd25da55883;hp=5949c86bbaffc0902950b41fe22ee15350d7ba6e;hpb=5a315231a4085284ddbdd3f786960bcf2d65c13c;p=ghc-hetmet.git diff --git a/ghc/rts/StgStartup.hc b/ghc/rts/StgStartup.hc index 5949c86..bed2312 100644 --- a/ghc/rts/StgStartup.hc +++ b/ghc/rts/StgStartup.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgStartup.hc,v 1.13 2000/04/26 13:50:27 simonmar Exp $ + * $Id: StgStartup.hc,v 1.15 2001/03/23 16:36:21 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -7,6 +7,7 @@ * * ---------------------------------------------------------------------------*/ +#include "Stg.h" #include "Rts.h" #include "StgRun.h" /* StgReturn */ #include "StgStartup.h" @@ -138,8 +139,6 @@ STGFUN(stg_enterStackTop) we currently disable module initialisation for Hugs. -------------------------------------------------------------------------- */ -#ifndef INTERPRETER - extern F_ *init_stack; STGFUN(stg_init_ret) @@ -165,5 +164,3 @@ STGFUN(stg_init) START_MOD_INIT(__init_PrelGHC); END_MOD_INIT(); - -#endif /* !INTERPRETER */