in stage1, we should get isPrint and isUpper from Compat.Unicode, not Data.Char
[ghc-hetmet.git] / ghc / rts / Interpreter.h
index 3bb560f..d66e636 100644 (file)
@@ -9,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 */