[project @ 2001-09-20 13:32:15 by simonmar]
[ghc-hetmet.git] / ghc / rts / Interpreter.c
index cf5b99f..deb42fb 100644 (file)
@@ -5,10 +5,11 @@
  * Copyright (c) 1994-2000.
  *
  * $RCSfile: Interpreter.c,v $
- * $Revision: 1.28 $
- * $Date: 2001/08/09 11:19:16 $
+ * $Revision: 1.30 $
+ * $Date: 2001/08/14 13:40:09 $
  * ---------------------------------------------------------------------------*/
 
+#include "PosixSource.h"
 #include "Rts.h"
 #include "RtsAPI.h"
 #include "RtsUtils.h"
@@ -37,7 +38,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. */