From: simonmar Date: Thu, 12 Oct 2000 15:49:34 +0000 (+0000) Subject: [project @ 2000-10-12 15:49:34 by simonmar] X-Git-Tag: Approximately_9120_patches~3599 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=52d8e47bdc9c1857c5c5b16e3363454bea86bbdc;p=ghc-hetmet.git [project @ 2000-10-12 15:49:34 by simonmar] remove superfluous defns of index{Word,Ptr}OffClosure --- 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. -------------------------------------------------------------------------- */