From: sewardj Date: Fri, 3 Dec 1999 14:38:39 +0000 (+0000) Subject: [project @ 1999-12-03 14:38:39 by sewardj] X-Git-Tag: Approximately_9120_patches~5438 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9c0a9b0d8b04251ae39373a2b0c577322cd910df;p=ghc-hetmet.git [project @ 1999-12-03 14:38:39 by sewardj] Make the combined/standalone switch, +c/-c, work at all :-) --- diff --git a/ghc/interpreter/hugs.c b/ghc/interpreter/hugs.c index bb91b46..76e5549 100644 --- a/ghc/interpreter/hugs.c +++ b/ghc/interpreter/hugs.c @@ -9,8 +9,8 @@ * included in the distribution. * * $RCSfile: hugs.c,v $ - * $Revision: 1.26 $ - * $Date: 1999/12/03 12:39:38 $ + * $Revision: 1.27 $ + * $Date: 1999/12/03 14:38:39 $ * ------------------------------------------------------------------------*/ #include @@ -97,6 +97,8 @@ static Void local browse Args((Void)); * Machine dependent code for Hugs interpreter: * ------------------------------------------------------------------------*/ + Bool combined = FALSE; + #include "machdep.c" #ifdef WANT_TIMER #include "timer.c" @@ -115,7 +117,6 @@ static Bool quiet = FALSE; /* TRUE => don't show progress */ static Bool lastWasObject = FALSE; Bool preludeLoaded = FALSE; Bool debugSC = FALSE; - Bool combined = TRUE; //FALSE; typedef struct { @@ -304,7 +305,6 @@ String argv[]; { argc = prog_argc; argv = prog_argv; namesUpto = numScripts = 0; - addStackEntry("Prelude"); for (i=1; i