From 3a0248ee045b6565c1076de42fe75eae08624bec Mon Sep 17 00:00:00 2001 From: chak Date: Mon, 12 Feb 2001 04:55:33 +0000 Subject: [PATCH] [project @ 2001-02-12 04:55:33 by chak] Finish SimonM's "non-optional GHCi RTS" patch. --- ghc/includes/StgMiscClosures.h | 4 +--- ghc/rts/Interpreter.h | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index b2364d0..0aaed9f 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -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 */ diff --git a/ghc/rts/Interpreter.h b/ghc/rts/Interpreter.h index bcc4187..920fa9a 100644 --- a/ghc/rts/Interpreter.h +++ b/ghc/rts/Interpreter.h @@ -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 -- 1.7.10.4