[project @ 2000-12-14 15:19:47 by sewardj]
[ghc-hetmet.git] / ghc / includes / StgMiscClosures.h
index 5e87573..b049288 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgMiscClosures.h,v 1.23 2000/12/04 12:31:20 simonmar Exp $
+ * $Id: StgMiscClosures.h,v 1.24 2000/12/14 15:19:47 sewardj Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -55,15 +55,15 @@ STGFUN(stg_dummy_ret_entry);
 
 #ifdef GHCI
 /* entry code for constructors created by the metacircular interpreter */
-STGFUN(stg_mci_constr_entry);
-STGFUN(stg_mci_constr1_entry);
-STGFUN(stg_mci_constr2_entry);
-STGFUN(stg_mci_constr3_entry);
-STGFUN(stg_mci_constr4_entry);
-STGFUN(stg_mci_constr5_entry);
-STGFUN(stg_mci_constr6_entry);
-STGFUN(stg_mci_constr7_entry);
-STGFUN(stg_mci_constr8_entry);
+STGFUN(stg_bco_constr_entry);
+STGFUN(stg_bco_constr1_entry);
+STGFUN(stg_bco_constr2_entry);
+STGFUN(stg_bco_constr3_entry);
+STGFUN(stg_bco_constr4_entry);
+STGFUN(stg_bco_constr5_entry);
+STGFUN(stg_bco_constr6_entry);
+STGFUN(stg_bco_constr7_entry);
+STGFUN(stg_bco_constr8_entry);
 #endif
 
 #if defined(PAR) || defined(GRAN)