From 528fe49aac18d6f4b9f205bc8812f9e31c543fe8 Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 11 Nov 1999 17:24:49 +0000 Subject: [PATCH] [project @ 1999-11-11 17:24:49 by sewardj] Add prototype for interruptStgRts(). --- ghc/rts/Schedule.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc/rts/Schedule.h b/ghc/rts/Schedule.h index 4d8db44..f56b9d9 100644 --- a/ghc/rts/Schedule.h +++ b/ghc/rts/Schedule.h @@ -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... */ -- 1.7.10.4