X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FRtsStartup.c;h=164d3d97a2dd7f54709fbddd34027c53878d4920;hb=dc84ee4790873b60afd6b110ec84b7cf84cf0ac9;hp=17b194f6e3b039a1946c8b2bcbe51940bb356877;hpb=21198e4d1a1f7d41c48d08791b257479d257aba6;p=ghc-hetmet.git diff --git a/ghc/rts/RtsStartup.c b/ghc/rts/RtsStartup.c index 17b194f..164d3d9 100644 --- a/ghc/rts/RtsStartup.c +++ b/ghc/rts/RtsStartup.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsStartup.c,v 1.40 2000/04/10 14:28:14 sewardj Exp $ + * $Id: RtsStartup.c,v 1.41 2000/04/11 16:51:44 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -216,14 +216,13 @@ startupHaskell(int argc, char *argv[], void *init_root) StgRun to call this stuff. -------------------------------------------------------------------------- */ -#ifndef INTERPRETER - /* The init functions use an explicit stack... */ #define INIT_STACK_SIZE (BLOCK_SIZE * 4) F_ *init_stack = NULL; nat init_sp = 0; +#ifndef INTERPRETER static void initModules ( void *init_root ) {