From fbe64026eac8b559693868f38e6a9e6dad8a8ec6 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 19 Mar 2003 18:41:20 +0000 Subject: [PATCH] [project @ 2003-03-19 18:41:18 by sof] drop Main.h --- ghc/rts/GC.c | 3 +-- ghc/rts/Main.h | 12 ------------ ghc/rts/RtsUtils.c | 3 +-- ghc/rts/Schedule.c | 3 +-- 4 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 ghc/rts/Main.h diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index 6e6bd07..1805d0b 100644 --- a/ghc/rts/GC.c +++ b/ghc/rts/GC.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: GC.c,v 1.147 2003/02/12 11:59:49 simonmar Exp $ + * $Id: GC.c,v 1.148 2003/03/19 18:41:18 sof Exp $ * * (c) The GHC Team 1998-2003 * @@ -20,7 +20,6 @@ #include "Sanity.h" #include "BlockAlloc.h" #include "MBlock.h" -#include "Main.h" #include "ProfHeap.h" #include "SchedAPI.h" #include "Weak.h" diff --git a/ghc/rts/Main.h b/ghc/rts/Main.h deleted file mode 100644 index 3eaf69a..0000000 --- a/ghc/rts/Main.h +++ /dev/null @@ -1,12 +0,0 @@ -/* ----------------------------------------------------------------------------- - * $Id: Main.h,v 1.3 1999/02/05 16:02:45 simonm Exp $ - * - * (c) The GHC Team, 1998-1999 - * - * Prototypes for functions in Main.c - * - * ---------------------------------------------------------------------------*/ - -#ifdef INTERPRETER -extern void eval( StgClosure* closure ); -#endif diff --git a/ghc/rts/RtsUtils.c b/ghc/rts/RtsUtils.c index 119eb02..64b7758 100644 --- a/ghc/rts/RtsUtils.c +++ b/ghc/rts/RtsUtils.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsUtils.c,v 1.29 2002/12/11 15:36:48 simonmar Exp $ + * $Id: RtsUtils.c,v 1.30 2003/03/19 18:41:19 sof Exp $ * * (c) The GHC Team, 1998-2002 * @@ -15,7 +15,6 @@ #include "RtsAPI.h" #include "RtsFlags.h" #include "Hooks.h" -#include "Main.h" #include "RtsUtils.h" #include "Ticky.h" diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 09fb05b..61cae7a 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.162 2003/02/22 04:51:53 sof Exp $ + * $Id: Schedule.c,v 1.163 2003/03/19 18:41:19 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -91,7 +91,6 @@ #include "Interpreter.h" #include "Exception.h" #include "Printer.h" -#include "Main.h" #include "Signals.h" #include "Sanity.h" #include "Stats.h" -- 1.7.10.4