From: sof Date: Mon, 8 Mar 1999 16:41:42 +0000 (+0000) Subject: [project @ 1999-03-08 16:41:42 by sof] X-Git-Tag: Approximately_9120_patches~6411 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=54edac78b06b27f8b02235b8774d36b0e82a5c0c;p=ghc-hetmet.git [project @ 1999-03-08 16:41:42 by sof] docfix --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 449ad24..663b9bd 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.14 1999/03/03 19:05:55 sof Exp $ + * $Id: Schedule.c,v 1.15 1999/03/08 16:41:42 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -78,7 +78,7 @@ StgTSO *MainTSO; (and possibly some arguments) pushed on its stack. See pushClosure() in Schedule.h. - createGenThread() and createIOThread() (in Schedule.h) are + createGenThread() and createIOThread() (in SchedAPI.h) are convenient packaged versions of this function. -------------------------------------------------------------------------- */