[project @ 2003-09-21 13:22:01 by igloo]
[ghc-hetmet.git] / ghc / includes / StgMiscClosures.h
index 8ce8b4d..6cc9173 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: StgMiscClosures.h,v 1.45 2003/01/07 09:29:24 simonmar 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;
@@ -282,4 +291,6 @@ EF_(stg_block_noregs);
 EF_(stg_block_1);
 EF_(stg_block_takemvar);
 EF_(stg_block_putmvar);
-
+#ifdef mingw32_TARGET_OS
+EF_(stg_block_async);
+#endif