[project @ 1999-11-11 17:24:49 by sewardj]
[ghc-hetmet.git] / ghc / rts / Schedule.h
index 4d8db44..f56b9d9 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Schedule.h,v 1.10 1999/11/09 15:46:55 simonmar Exp $
+ * $Id: Schedule.h,v 1.11 1999/11/11 17:24:49 sewardj Exp $
  *
  * (c) The GHC Team 1998-1999
  *
@@ -107,6 +107,10 @@ typedef struct {
 extern task_info *task_ids;
 #endif
 
+/* Needed by Hugs.
+ */
+void interruptStgRts ( void );
+
 /* -----------------------------------------------------------------------------
  * Some convenient macros...
  */