[project @ 2001-02-12 04:55:33 by chak]
authorchak <unknown>
Mon, 12 Feb 2001 04:55:33 +0000 (04:55 +0000)
committerchak <unknown>
Mon, 12 Feb 2001 04:55:33 +0000 (04:55 +0000)
Finish SimonM's "non-optional GHCi RTS" patch.

ghc/includes/StgMiscClosures.h
ghc/rts/Interpreter.h

index b2364d0..0aaed9f 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgMiscClosures.h,v 1.35 2001/02/11 17:51:08 simonmar Exp $
+ * $Id: StgMiscClosures.h,v 1.36 2001/02/12 04:55:33 chak Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -53,7 +53,6 @@ STGFUN(stg_MUT_CONS_entry);
 STGFUN(stg_END_MUT_LIST_entry);
 STGFUN(stg_dummy_ret_entry);
 
-#ifdef GHCI
 /* entry code for constructors created by the bytecode interpreter */
 STGFUN(stg_interp_constr_entry);
 STGFUN(stg_interp_constr1_entry);
@@ -77,7 +76,6 @@ extern DLL_IMPORT_RTS const vec_info_8 stg_ctoi_ret_D1_info;
 extern DLL_IMPORT_RTS const StgInfoTable stg_gc_unbx_r1_info;
 extern DLL_IMPORT_RTS const StgInfoTable stg_gc_f1_info;
 extern DLL_IMPORT_RTS const StgInfoTable stg_gc_d1_info;
-#endif
 
 #if defined(PAR) || defined(GRAN)
 /* this is the NIL ptr for a blocking queue */
index bcc4187..920fa9a 100644 (file)
@@ -1,6 +1,6 @@
 
 /* -----------------------------------------------------------------------------
- * $Id: Interpreter.h,v 1.2 2000/12/19 16:48:35 sewardj Exp $
+ * $Id: Interpreter.h,v 1.3 2001/02/12 04:55:33 chak Exp $
  *
  * (c) The GHC Team, 1998-2000.
  *
@@ -8,14 +8,10 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifdef GHCI
-
 extern StgThreadReturnCode interpretBCO ( Capability* cap );
 
 typedef unsigned short UShort;
 
-#endif
-
 #if 0
 /* --------------------------------------------------------------------------
  * Sizes of objects it constructs