From f016aea1357b8ce5a4f3cd866b32761cfd25f841 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 12 Apr 2000 17:12:23 +0000 Subject: [PATCH] [project @ 2000-04-12 17:12:23 by simonmar] add takeMaybeMVarzh_fast decl. --- ghc/includes/PrimOps.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 1.7.10.4