summaryrefslogtreecommitdiff
path: root/ghc/rts/StgCRun.c
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/rts/StgCRun.c')
-rw-r--r--ghc/rts/StgCRun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/StgCRun.c b/ghc/rts/StgCRun.c
index 5f732cc238..c2eb50f901 100644
--- a/ghc/rts/StgCRun.c
+++ b/ghc/rts/StgCRun.c
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: StgCRun.c,v 1.11 2000/02/15 13:16:20 sewardj Exp $
+ * $Id: StgCRun.c,v 1.12 2000/02/24 14:05:55 sewardj Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -38,7 +38,7 @@
static jmp_buf jmp_environment;
-#if 0
+#if 1
extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg)
{