in stage1, we should get isPrint and isUpper from Compat.Unicode, not Data.Char
[ghc-hetmet.git] / ghc / rts / Interpreter.h
index 1823a92..d66e636 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Interpreter.h,v 1.4 2002/12/11 15:36:42 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2002.
  *
@@ -10,6 +9,6 @@
 #ifndef INTERPRETER_H
 #define INTERPRETER_H
 
-extern StgThreadReturnCode interpretBCO (Capability* cap);
+extern Capability *interpretBCO (Capability* cap);
 
-#endif // INTERPRETER_H
+#endif /* INTERPRETER_H */