From: simonmar Date: Tue, 24 Aug 1999 09:36:41 +0000 (+0000) Subject: [project @ 1999-08-24 09:36:41 by simonmar] X-Git-Tag: Approximately_9120_patches~5877 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=963203a145e81c737c9295b9523db90b106fe290 [project @ 1999-08-24 09:36:41 by simonmar] oops, back out some other changes that made it in by mistake. --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 7903e90..f4066c5 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.34 1999/08/24 09:33:08 simonmar Exp $ + * $Id: PrimOps.h,v 1.35 1999/08/24 09:36:41 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -663,9 +663,7 @@ EF_(putMVarzh_fast); Delay/Wait PrimOps -------------------------------------------------------------------------- */ -EF_(waitReadzh_fast); -EF_(waitWritezh_fast); -EF_(delayzh_fast); +/* Hmm, I'll think about these later. */ /* ----------------------------------------------------------------------------- Primitive I/O, error-handling PrimOps @@ -713,8 +711,6 @@ EF_(seqzh_fast); #define myThreadIdzh(t) (t = CurrentTSO) -extern int cmp_thread(const StgTSO *tso1, const StgTSO *tso2); - /* Hmm, I'll think about these later. */ /* ----------------------------------------------------------------------------- Pointer equality