X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgMiscClosures.h;h=6cc9173510fc454b0824e48f080e79fb1a5725cf;hb=c2e526179d6f642a75f1e5dc0c59423246734173;hp=a03844509b746f071addffa92abf26dfbcc9a2a7;hpb=5b4f5a6aa8f384573f0f11bc744d5637a1f3bc09;p=ghc-hetmet.git diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index a038445..6cc9173 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.h,v 1.46 2003/02/21 05:34:15 sof Exp $ + * $Id: StgMiscClosures.h,v 1.47 2003/03/27 13:54:31 simonmar Exp $ * * (c) The GHC Team, 1998-2002 * @@ -54,6 +54,15 @@ extern DLL_IMPORT_RTS const StgRetInfoTable stg_apply_interp_info; /* info tables */ extern DLL_IMPORT_RTS const StgInfoTable stg_IND_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_direct_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_0_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_1_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_2_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_3_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_4_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_5_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_6_info; +extern DLL_IMPORT_RTS const StgInfoTable stg_IND_7_info; extern DLL_IMPORT_RTS const StgInfoTable stg_IND_STATIC_info; extern DLL_IMPORT_RTS const StgInfoTable stg_IND_PERM_info; extern DLL_IMPORT_RTS const StgInfoTable stg_IND_OLDGEN_info;