X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FStgMiscClosures.h;h=f6070e37eea2a0759fd898bbbb25e2b086ed5412;hb=764d826ef78e39ccf7474fa0d9703ca9dbc966a0;hp=476f2655412501febcd54bc3a68f3d3de9469ebe;hpb=567b2505b2d3d5874f3bf3641fd8d82b3207ea94;p=ghc-hetmet.git diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 476f265..f6070e3 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -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)