[project @ 2000-10-13 10:26:38 by sewardj]
[ghc-hetmet.git] / ghc / includes / StgMiscClosures.h
index 476f265..f6070e3 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgMiscClosures.h,v 1.18 2000/08/02 14:13:27 rrt Exp $
+ * $Id: StgMiscClosures.h,v 1.20 2000/10/12 15:50:14 simonmar Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -53,6 +53,19 @@ STGFUN(MUT_CONS_entry);
 STGFUN(END_MUT_LIST_entry);
 STGFUN(dummy_ret_entry);
 
+#ifdef GHCI
+/* entry code for constructors created by the metacircular interpreter */
+STGFUN(mci_constr_entry);
+STGFUN(mci_constr1_entry);
+STGFUN(mci_constr2_entry);
+STGFUN(mci_constr3_entry);
+STGFUN(mci_constr4_entry);
+STGFUN(mci_constr5_entry);
+STGFUN(mci_constr6_entry);
+STGFUN(mci_constr7_entry);
+STGFUN(mci_constr8_entry);
+#endif
+
 /* this is the NIL ptr for a TSO queue (e.g. runnable queue) */
 #define END_TSO_QUEUE  ((StgTSO *)(void*)&END_TSO_QUEUE_closure)
 #if defined(PAR) || defined(GRAN)