From 52d8e47bdc9c1857c5c5b16e3363454bea86bbdc Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 Oct 2000 15:49:34 +0000 Subject: [PATCH] [project @ 2000-10-12 15:49:34 by simonmar] remove superfluous defns of index{Word,Ptr}OffClosure --- ghc/includes/PrimOps.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 71bc8af..b76ba60 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.63 2000/09/26 16:45:34 simonpj Exp $ + * $Id: PrimOps.h,v 1.64 2000/10/12 15:49:34 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -41,16 +41,8 @@ r = ((P_ *)tmp)[i]; \ } while (0) - -#else - -/* These are the original definitions. They don't chase indirections. */ -#define indexWordOffClosurezh(r,a,i) r= ((W_ *)(a))[i] -#define indexPtrOffClosurezh(r,a,i) r= ((P_ *)(a))[i] - #endif - /* ----------------------------------------------------------------------------- Comparison PrimOps. -------------------------------------------------------------------------- */ -- 1.7.10.4