X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FPrelude.h;h=e83aaa87a2c92e5520a905f194a3b84227340f93;hb=3dfd7d76aa269a1a5a68427aeb7c93ae42948af6;hp=5bdd82e2d480a75e54bb1a2e3863c52e69dc3785;hpb=01a245f8b23015b70c1064299c23d7386198e8e0;p=ghc-hetmet.git diff --git a/ghc/rts/Prelude.h b/ghc/rts/Prelude.h index 5bdd82e..e83aaa8 100644 --- a/ghc/rts/Prelude.h +++ b/ghc/rts/Prelude.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Prelude.h,v 1.16 2001/03/19 10:24:03 simonmar Exp $ + * $Id: Prelude.h,v 1.17 2002/01/22 13:54:22 simonmar Exp $ * * (c) The GHC Team, 1998-2001 * @@ -24,6 +24,7 @@ extern DLL_IMPORT const StgClosure PrelIOBase_stackOverflow_closure; extern DLL_IMPORT const StgClosure PrelIOBase_heapOverflow_closure; extern DLL_IMPORT const StgClosure PrelIOBase_BlockedOnDeadMVar_closure; extern DLL_IMPORT const StgClosure PrelIOBase_NonTermination_closure; +extern DLL_IMPORT const StgClosure PrelIOBase_Deadlock_closure; extern DLL_IMPORT const StgInfoTable PrelBase_Czh_static_info; extern DLL_IMPORT const StgInfoTable PrelBase_Izh_static_info; @@ -68,6 +69,7 @@ extern DLL_IMPORT const StgInfoTable PrelStable_StablePtr_con_info; #define heapOverflow_closure (&PrelIOBase_heapOverflow_closure) #define BlockedOnDeadMVar_closure (&PrelIOBase_BlockedOnDeadMVar_closure) #define NonTermination_closure (&PrelIOBase_NonTermination_closure) +#define Deadlock_closure (&PrelIOBase_Deadlock_closure) #define Czh_static_info (&PrelBase_Czh_static_info) #define Fzh_static_info (&PrelFloat_Fzh_static_info)