From: simonmar Date: Wed, 12 Apr 2000 17:12:23 +0000 (+0000) Subject: [project @ 2000-04-12 17:12:23 by simonmar] X-Git-Tag: Approximately_9120_patches~4720 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f016aea1357b8ce5a4f3cd866b32761cfd25f841;p=ghc-hetmet.git [project @ 2000-04-12 17:12:23 by simonmar] add takeMaybeMVarzh_fast decl. --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 4ec2779..36011b4 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.50 2000/04/11 20:44:18 panne Exp $ + * $Id: PrimOps.h,v 1.51 2000/04/12 17:12:23 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -662,6 +662,7 @@ EF_(newMutVarzh_fast); #define isEmptyMVarzh(r,a) r=(I_)((GET_INFO((StgMVar*)(a))) == &EMPTY_MVAR_info ) EF_(newMVarzh_fast); EF_(takeMVarzh_fast); +EF_(takeMaybeMVarzh_fast); EF_(putMVarzh_fast);