From: sewardj Date: Thu, 11 Nov 1999 17:24:49 +0000 (+0000) Subject: [project @ 1999-11-11 17:24:49 by sewardj] X-Git-Tag: Approximately_9120_patches~5572 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=528fe49aac18d6f4b9f205bc8812f9e31c543fe8;p=ghc-hetmet.git [project @ 1999-11-11 17:24:49 by sewardj] Add prototype for interruptStgRts(). --- 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... */