X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.h;h=da214d6563eed17d2247b9ceb21c5192530f7d86;hb=2374f2fd94d438ae941d81bc92d0d10b1fc874dc;hp=251a957c9f963e78652d5bfa283c16cc15c00940;hpb=afb300f543ff11b13f07fa620df7ef8b07512c79;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.h b/ghc/rts/Exception.h index 251a957..da214d6 100644 --- a/ghc/rts/Exception.h +++ b/ghc/rts/Exception.h @@ -1,14 +1,14 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.h,v 1.2 2000/03/17 10:24:44 simonmar Exp $ + * $Id: Exception.h,v 1.4 2000/12/04 12:31:20 simonmar Exp $ * - * (c) The GHC Team, 1998-1999 + * (c) The GHC Team, 1998-2000 * * Exception support * * ---------------------------------------------------------------------------*/ -extern const StgInfoTable blockAsyncExceptionszh_ret_info; -extern const StgInfoTable unblockAsyncExceptionszh_ret_info; +extern const StgInfoTable stg_blockAsyncExceptionszh_ret_info; +extern const StgInfoTable stg_unblockAsyncExceptionszh_ret_info; /* Determine whether a thread is interruptible (ie. blocked * indefinitely). Interruptible threads can be sent an exception with