[project @ 2001-08-09 11:23:19 by sewardj]
authorsewardj <unknown>
Thu, 9 Aug 2001 11:23:19 +0000 (11:23 +0000)
committersewardj <unknown>
Thu, 9 Aug 2001 11:23:19 +0000 (11:23 +0000)
Disable debugging machinery which skeaked in in the last commit.

ghc/rts/Interpreter.c

index cf5b99f..68ab9fe 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (c) 1994-2000.
  *
  * $RCSfile: Interpreter.c,v $
- * $Revision: 1.28 $
- * $Date: 2001/08/09 11:19:16 $
+ * $Revision: 1.29 $
+ * $Date: 2001/08/09 11:23:19 $
  * ---------------------------------------------------------------------------*/
 
 #include "Rts.h"
@@ -37,7 +37,7 @@
    scheduler.  Ie normally you don't want REFERENCE_INTERPRETER to be
    defined. */
 
-#define REFERENCE_INTERPRETER
+/* #define REFERENCE_INTERPRETER */
 
 /* Gather stats about entry, opcode, opcode-pair frequencies.  For
    tuning the interpreter. */