From d1d8706d2ebfb8898ba86977420b89b9854d5213 Mon Sep 17 00:00:00 2001 From: sewardj Date: Tue, 19 Dec 2000 16:38:15 +0000 Subject: [PATCH] [project @ 2000-12-19 16:38:15 by sewardj] Evaluator.h ---> Interpreter.h --- ghc/rts/Schedule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 732d339..d8491ae 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.84 2000/12/14 15:19:48 sewardj Exp $ + * $Id: Schedule.c,v 1.85 2000/12/19 16:38:15 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -62,7 +62,7 @@ #include "Schedule.h" #include "StgMiscClosures.h" #include "Storage.h" -#include "Evaluator.h" +#include "Interpreter.h" #include "Exception.h" #include "Printer.h" #include "Main.h" -- 1.7.10.4