From 963203a145e81c737c9295b9523db90b106fe290 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Tue, 24 Aug 1999 09:36:41 +0000 Subject: [PATCH] [project @ 1999-08-24 09:36:41 by simonmar] oops, back out some other changes that made it in by mistake. --- ghc/includes/PrimOps.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 7903e90565de..f4066c50bb0c 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 -- GitLab