From 2b57ddc3e802a5d93b30a21e198077b016e2e008 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 22 Aug 2003 22:38:02 +0000 Subject: [PATCH] [project @ 2003-08-22 22:38:02 by sof] rts_mainEvalIO() ~> rts_mainLazyIO() Merge to STABLE. --- ghc/includes/RtsAPI.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/includes/RtsAPI.h b/ghc/includes/RtsAPI.h index 97a976b..73a7354 100644 --- a/ghc/includes/RtsAPI.h +++ b/ghc/includes/RtsAPI.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $Id: RtsAPI.h,v 1.34 2003/02/06 09:56:07 simonmar Exp $ + * $Id: RtsAPI.h,v 1.35 2003/08/22 22:38:02 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -116,7 +116,7 @@ rts_evalIO ( HaskellObj p, /*out*/HaskellObj *ret ); #if defined(COMPILING_RTS_MAIN) /* Used by the RTS' main() only */ SchedulerStatus -rts_mainEvalIO ( HaskellObj p, /*out*/HaskellObj *ret ); +rts_mainLazyIO ( HaskellObj p, /*out*/HaskellObj *ret ); #endif SchedulerStatus -- 1.7.10.4