Skip to content
Snippets Groups Projects
Commit dc84ee47 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-04-11 16:51:44 by sewardj]

Pull init_stack outside #ifdef INTERPRETER.
parent 21198e4d
No related branches found
No related tags found
No related merge requests found
/* -----------------------------------------------------------------------------
* $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 )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment