[project @ 2000-12-19 16:48:35 by sewardj]
[ghc-hetmet.git] / ghc / rts / Interpreter.h
index 6b48864..bcc4187 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.2 2000/12/19 16:48:35 sewardj Exp $
  *
  * (c) The GHC Team, 1998-2000.
  *
@@ -11,6 +12,8 @@
 
 extern StgThreadReturnCode interpretBCO ( Capability* cap );
 
+typedef unsigned short UShort;
+
 #endif
 
 #if 0