[project @ 2002-10-15 08:56:50 by simonpj]
[ghc-hetmet.git] / ghc / rts / Interpreter.h
index 6b48864..920fa9a 100644 (file)
@@ -1,5 +1,6 @@
+
 /* -----------------------------------------------------------------------------
- * $Id: Interpreter.h,v 1.1 2000/12/19 13:09:52 sewardj Exp $
+ * $Id: Interpreter.h,v 1.3 2001/02/12 04:55:33 chak Exp $
  *
  * (c) The GHC Team, 1998-2000.
  *
@@ -7,11 +8,9 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifdef GHCI
-
 extern StgThreadReturnCode interpretBCO ( Capability* cap );
 
-#endif
+typedef unsigned short UShort;
 
 #if 0
 /* --------------------------------------------------------------------------