[project @ 2003-03-19 18:41:18 by sof]
authorsof <unknown>
Wed, 19 Mar 2003 18:41:20 +0000 (18:41 +0000)
committersof <unknown>
Wed, 19 Mar 2003 18:41:20 +0000 (18:41 +0000)
drop Main.h

ghc/rts/GC.c
ghc/rts/Main.h [deleted file]
ghc/rts/RtsUtils.c
ghc/rts/Schedule.c

index 6e6bd07..1805d0b 100644 (file)
@@ -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 (file)
index 3eaf69a..0000000
+++ /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
index 119eb02..64b7758 100644 (file)
@@ -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"
 
index 09fb05b..61cae7a 100644 (file)
@@ -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"